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

/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddef.c64 lwip_htons(u16_t n) function
78 return lwip_htons(n);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Ddef.h77 #define htons(x) lwip_htons(x)
84 #define lwip_htons(x) (x) macro
94 #define lwip_htons(x) LWIP_PLATFORM_HTONS(x) macro
99 u16_t lwip_htons(u16_t x);

Completed in 54 milliseconds