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

/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddef.c103 lwip_ntohl(u32_t n) function
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Ddef.h80 #define ntohl(x) lwip_ntohl(x)
87 #define lwip_ntohl(x) (x) macro
97 #define lwip_ntohl(x) LWIP_PLATFORM_HTONL(x) macro
102 u32_t lwip_ntohl(u32_t x);

Completed in 52 milliseconds