Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Ddef.h93 #define PP_NTOHL(x) ((u32_t)(x)) macro
114 #define PP_NTOHL(x) PP_HTONL(x)
/third_party/lwip/src/netif/
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()