Home
last modified time | relevance | path

Searched defs:htons (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/osfmk/i386/
H A Dendian.h64 #define htons ntohs macro
/xnu-8796.121.2/osfmk/kdp/
H A Dkdp_udp.h64 #define htons(x) OSSwapHostToBigInt16(x) macro