Home
last modified time | relevance | path

Searched refs:lwip_htonl (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Ddef.h79 #define htonl(x) lwip_htonl(x)
86 #define lwip_htonl(x) (x) macro
96 #define lwip_htonl(x) LWIP_PLATFORM_HTONL(x)
101 u32_t lwip_htonl(u32_t x);
/lk-master/external/lib/lwip/core/
A Ddef.c88 lwip_htonl(u32_t n) in lwip_htonl() function
105 return lwip_htonl(n); in lwip_ntohl()
/lk-master/external/lib/lwip/core/ipv4/
A Dip_addr.c93 u32_t nm_hostorder = lwip_htonl(netmask); in ip4_addr_netmask_valid()

Completed in 5 milliseconds