Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
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)
102 u32_t lwip_ntohl(u32_t x);
/lk-master/external/lib/lwip/core/
A Ddef.c103 lwip_ntohl(u32_t n) in lwip_ntohl() function

Completed in 3 milliseconds