Searched defs:htons (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/net/sparc/
H A Dhtons.c32 htons(u_short a) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
69 htons(uint16_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
69 htons(uint16_t in) function
/illumos-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
76 htons(uint16_t in) function
89 return (htons(in));
120 htons(uint16_t in) function
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h39 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
49 htons(uint16_t value) function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s32 * NOTE: htonl/ntohl are identical routines, as are htons/ntohs.
58 / unsigned short htons( hs )
63 ENTRY(htons) function
68 SET_SIZE(htons)
79 / Convert in to big endian, eg. htons()
/illumos-gate/usr/src/boot/lib/libc/net/
H A Dntoh.c42 htons(uint16_t hs) function
/illumos-gate/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
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s32 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
77 * unsigned short htons( hs )
81 ENTRY(htons) function
86 SET_SIZE(htons)
101 * eg. htons(), htonl(), and htonll().
/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h115 #define htons Htons macro
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile65 htons.3xnet \
100 htons.3xnet := LINKSRC = htonl.3xnet
/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h64 #define htons(x) (x) macro
84 extern uint16_t htons(uint16_t);
89 extern in_port_t htons(in_port_t);
115 #define BSWAP_16(x) htons(x)
180 #define BE_IN16(xa) htons(*((uint16_t *)(void *)(xa)))
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h140 uint16_t htons(uint16_t);
171 #define htons(x) __htons(x) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h313 __uint16_t htons(__uint16_t);
324 #define htons(x) __htons(x) macro
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Din.h199 #define htons(x) (x) macro
203 u_short ntohs(), htons();
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s2070 /* htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
2095 htons(uint16_t i)
2124 ENTRY(htons) function
2131 SET_SIZE(htons)
2153 ENTRY(htons) function
2160 SET_SIZE(htons)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h393 extern uint16_t htons(uint16_t);
401 #define htons(x) __htons(x) macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c74 # if !defined(htons) && !_lib_htons
75 # define htons(x) (x) macro
137 ip_port = htons((unsigned short)n);
/illumos-gate/usr/src/man/man3socket/
H A DMakefile96 htons.3socket \
154 htons.3socket := LINKSRC = byteorder.3socket
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h109 uint16_t htons(uint16_t);
118 #define htons(x) __htons(x) macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h289 # define htons(x) (x) macro

Completed in 114 milliseconds