Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Ddef.h88 #define PP_HTONS(x) (x) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Ddef.h79 #define PP_HTONS(x) (x) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Ddef.h90 #define PP_HTONS(x) ((u16_t)(x)) macro
/components/net/netdev/include/
A Dnetdev_ipaddr.h73 #define PP_HTONS(x) ((((x) & 0x00ffUL) << 8) | (((x) & 0xff00UL) >> 8)) macro

Completed in 7 milliseconds