HomeSort by relevance Sort by last modified time
    Searched full:lwip_ntohs (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
def.h 82 #define ntohs(x) lwip_ntohs(x)
89 #define lwip_ntohs(x) (x) macro
99 #define lwip_ntohs(x) LWIP_PLATFORM_HTONS(x) macro
104 u16_t lwip_ntohs(u16_t x);
  /external/syslinux/core/lwip/src/core/
def.c 76 lwip_ntohs(u16_t n) function

Completed in 367 milliseconds