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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dendian.h129 #define HTONS(x) (void) (x) macro
141 #define HTONS(x) (x) = htons((uint16_t)(x))
/vbox/src/VBox/Devices/Network/slirp/
H A Dip.h71 # ifndef HTONS
72 # define HTONS(d) macro
84 # ifndef HTONS
85 # define HTONS(d) ((d) = RT_H2N_U16((u_int16_t)(d))) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h192 #define HTONS(x) NTOHS(x) macro

Completed in 37 milliseconds