Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dntoh.c38 return (__htonl(hl)); in htonl()
H A Dstand.h432 #define htonl(x) __htonl(x)
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dendian.h126 #define __htonl(x) __bswap32(x) macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h170 #define htonl(x) __htonl(x)
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h323 #define htonl(x) __htonl(x)
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h117 #define htonl(x) __htonl(x)