Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddef.h81 #define htons(x) lwip_htons(x)
88 #define lwip_htons(x) (x) macro
98 #define lwip_htons(x) LWIP_PLATFORM_HTONS(x)
103 u16_t lwip_htons(u16_t x);
/external/syslinux/core/lwip/src/core/
Ddef.c64 lwip_htons(u16_t n) in lwip_htons() function
78 return lwip_htons(n); in lwip_ntohs()