Searched defs:htons (Results 1 - 10 of 10) 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.
55 / unsigned short htons( hs )
60 ENTRY(htons) function
65 SET_SIZE(htons)
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
76 * unsigned short htons( hs )
80 ENTRY(htons) function
85 SET_SIZE(htons)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
69 htons(uint16_t in) function
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
69 htons(uint16_t in) function
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h7 #define htons(x) (x) macro
H A Dlittle_bswap.h7 #define htons(x) __bswap_16(x) macro
/osnet-11/usr/src/lib/librstp/common/
H A Dbase.h115 #define htons Htons macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c77 # if !defined(htons) && !_lib_htons
78 # define htons(x) (x) macro
140 ip_port = htons((unsigned short)n);
945 sin.sin_port = htons(++port);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h482 # define htons PerlSock_htons macro
H A Dperl.h858 # define htoni htons
2403 #if defined(htons) && !defined(HAS_HTONS)
2419 #define htons my_swap macro

Completed in 68 milliseconds