Searched defs:lwip_htonl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddef.c88 lwip_htonl(u32_t n) function
105 return lwip_htonl(n);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Ddef.h79 #define htonl(x) lwip_htonl(x)
86 #define lwip_htonl(x) (x) macro
96 #define lwip_htonl(x) LWIP_PLATFORM_HTONL(x) macro
101 u32_t lwip_htonl(u32_t x);

Completed in 80 milliseconds