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

/illumos-gate/usr/src/lib/libbc/libc/net/sparc/
H A Dntohs.c32 ntohs(u_short a) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
75 ntohs(uint16_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
75 ntohs(uint16_t in) function
/illumos-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
87 ntohs(uint16_t in) function
126 ntohs(uint16_t in) function
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h39 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
60 ntohs(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.
70 ENTRY(ntohs) function
75 SET_SIZE(ntohs)
101 / Convert in to little endian, eg. ntohs()
/illumos-gate/usr/src/boot/lib/libc/net/
H A Dntoh.c56 ntohs(uint16_t ns) function
/illumos-gate/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
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s32 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
88 ENTRY(ntohs) function
93 SET_SIZE(ntohs)
127 * Convert in to little endian, eg. ntohs()
/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h117 #define ntohs Ntohs macro
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile76 ntohs.3xnet \
115 ntohs.3xnet := LINKSRC = htonl.3xnet
/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h62 #define ntohs(x) (x) macro
86 extern uint16_t ntohs(uint16_t);
91 extern in_port_t ntohs(in_port_t);
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h142 uint16_t ntohs(uint16_t);
173 #define ntohs(x) __ntohs(x) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h315 __uint16_t ntohs(__uint16_t);
326 #define ntohs(x) __ntohs(x) macro
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Din.h197 #define ntohs(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()
2099 ntohs(uint16_t i)
2125 ALTENTRY(ntohs) function
2130 SET_SIZE(ntohs)
2154 ALTENTRY(ntohs) function
2159 SET_SIZE(ntohs)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h395 extern uint16_t ntohs(uint16_t);
403 #define ntohs(x) __ntohs(x) macro
/illumos-gate/usr/src/man/man3socket/
H A DMakefile125 ntohs.3socket \
157 ntohs.3socket := LINKSRC = byteorder.3socket
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h111 uint16_t ntohs(uint16_t);
120 #define ntohs(x) __ntohs(x) macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h287 # define ntohs(x) (x) macro

Completed in 89 milliseconds