Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Ddef.h82 #define ntohs(x) lwip_ntohs(x)
89 #define lwip_ntohs(x) (x) macro
99 #define lwip_ntohs(x) LWIP_PLATFORM_HTONS(x)
104 u16_t lwip_ntohs(u16_t x);
/external/syslinux/core/lwip/src/core/
Ddef.c76 lwip_ntohs(u16_t n) in lwip_ntohs() function