Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddef.h84 #define ntohl(x) lwip_ntohl(x)
91 #define lwip_ntohl(x) (x) macro
101 #define lwip_ntohl(x) LWIP_PLATFORM_HTONL(x)
106 u32_t lwip_ntohl(u32_t x);
/external/syslinux/core/lwip/src/core/
Ddef.c103 lwip_ntohl(u32_t n) in lwip_ntohl() function