Home
last modified time | relevance | path

Searched refs:lwip_ntohl (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Ddef.h80 #define ntohl(x) lwip_ntohl(x)
87 #define lwip_ntohl(x) (x) macro
97 #define lwip_ntohl(x) LWIP_PLATFORM_HTONL(x)
102 u32_t lwip_ntohl(u32_t x);
/lib/liblwip/src/core/
Ddef.c103 lwip_ntohl(u32_t n) in lwip_ntohl() function