Searched defs:NTOHL (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DHost.h22 #define NTOHL _UNIX_EFI_NAME_MANGLE_NTOHL_ macro
80 #undef NTOHL macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dendian.h126 #define NTOHL(x) (void) (x) macro
138 #define NTOHL(x) (x) = ntohl((uint32_t)(x))
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DNetLib.h186 #define NTOHL(x) SwapBytes32 (x) macro
188 #define HTONL(x) NTOHL(x)
212 #define EFI_NTOHL(EfiIp) (NTOHL (EFI_IP4 ((EfiIp))))

Completed in 104 milliseconds