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

  /external/syslinux/core/lwip/src/include/
lwipopts.h 67 #define LWIP_PLATFORM_HTONL(x) bswap_32(x)
  /external/syslinux/core/lwip/src/include/lwip/
def.h 100 #define lwip_htonl(x) LWIP_PLATFORM_HTONL(x)
101 #define lwip_ntohl(x) LWIP_PLATFORM_HTONL(x)

Completed in 982 milliseconds