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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dendian.h128 #define HTONL(x) (void) (x) macro
140 #define HTONL(x) (x) = htonl((uint32_t)(x))
/vbox/src/VBox/Devices/Network/slirp/
H A Dip.h68 # ifndef HTONL
69 # define HTONL(d) macro
81 # ifndef HTONL
82 # define HTONL(d) ((d) = RT_H2N_U32((d))) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h188 #define HTONL(x) NTOHL(x) macro

Completed in 43 milliseconds