Searched defs:ntohs (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s31 * NOTE: htonl/ntohl are identical routines, as are htons/ntohs.
67 ENTRY(ntohs) function
72 SET_SIZE(ntohs)
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
87 ENTRY(ntohs) function
92 SET_SIZE(ntohs)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
75 ntohs(uint16_t in) function
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
75 ntohs(uint16_t in) function
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h6 #define ntohs(x) (x) macro
H A Dlittle_bswap.h6 #define ntohs(x) __bswap_16(x) macro
/osnet-11/usr/src/lib/librstp/common/
H A Dbase.h117 #define ntohs Ntohs macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h484 # define ntohs PerlSock_ntohs macro
H A Dperl.h859 # define ntohi ntohs
2409 #if defined(ntohs) && !defined(HAS_NTOHS)
2421 #define ntohs my_swap macro

Completed in 56 milliseconds