Home
last modified time | relevance | path

Searched defs:PP_HTONL (Results 1 – 4 of 4) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Ddef.h90 #define PP_HTONL(x) (x) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Ddef.h81 #define PP_HTONL(x) (x) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Ddef.h92 #define PP_HTONL(x) ((u32_t)(x)) macro
/components/net/netdev/include/
A Dnetdev_ipaddr.h75 #define PP_HTONL(x) ((((x) & 0x000000ffUL) << 24) | \ macro

Completed in 5 milliseconds