Searched defs:ntohl (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Main/
H A DHtoNtoH.c21 #undef ntohl macro
64 ntohl( function
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dendian.h78 uint32_t ntohl(uint32_t) __attribute__((__const__));
121 #define ntohl(x) (x) macro
133 #define ntohl(x) bswap32((uint32_t)(x))
138 #define NTOHL(x) (x) = ntohl((uint32_t)(x))

Completed in 118 milliseconds