Home
last modified time | relevance | path

Searched refs:PP_NTOHL (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Ddef.h91 #define PP_NTOHL(x) (x) macro
114 #define PP_NTOHL(x) PP_HTONL(x)
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Ddef.h82 #define PP_NTOHL(x) (x) macro
103 #define PP_NTOHL(x) PP_HTONL(x)
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Ddef.h93 #define PP_NTOHL(x) ((u32_t)(x)) macro
114 #define PP_NTOHL(x) PP_HTONL(x)
/components/net/netdev/include/
A Dnetdev_ipaddr.h79 #define PP_NTOHL(x) PP_HTONL(x) macro
84 #define ntohl(x) (uint32_t)PP_NTOHL(x)
/components/net/lwip/lwip-2.1.2/src/netif/
A Dlowpan6_common.c69 ((ip6addr->addr[3] & PP_HTONL(0xffff0000)) == PP_NTOHL(0xfe000000))) { in lowpan6_get_address_mode()
82 ((ip6addr->addr[3] & PP_HTONL(0xffff0000)) == PP_NTOHL(0xfe000000UL))) { in lowpan6_get_address_mode()
/components/net/lwip/lwip-2.0.3/src/netif/
A Dlowpan6.c162 ((ip6addr->addr[3] & PP_HTONL(0xffff0000)) == PP_NTOHL(0xfe000000))) { in lowpan6_get_address_mode()
175 ((ip6addr->addr[3] & PP_HTONL(0xffff0000)) == PP_NTOHL(0xfe000000UL))) { in lowpan6_get_address_mode()

Completed in 12 milliseconds