Home
last modified time | relevance | path

Searched refs:__htons (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dntoh.c45 return (__htons(hs)); in htons()
H A Dstand.h433 #define htons(x) __htons(x)
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dendian.h127 #define __htons(x) __bswap16(x) macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h171 #define htons(x) __htons(x)
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h324 #define htons(x) __htons(x)
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h118 #define htons(x) __htons(x)