HomeSort by relevance Sort by last modified time
    Searched defs:ntohs (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/net/sparc/
ntohs.c 32 ntohs(u_short a) function
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
byteorder.s 31 * NOTE: htonl/ntohl are identical routines, as are htons/ntohs.
67 ENTRY(ntohs) function
72 SET_SIZE(ntohs)
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
byteorder.s 31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
87 ENTRY(ntohs) function
92 SET_SIZE(ntohs)
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
75 ntohs(uint16_t in) function
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
75 ntohs(uint16_t in) function
  /onnv/onnv-gate/usr/src/uts/intel/asm/
byteorder.h 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
57 extern __inline__ uint16_t ntohs(uint16_t value) function
  /onnv/onnv-gate/usr/src/stand/lib/xdr/
byteorder.c 30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
87 ntohs(uint16_t in) function
126 ntohs(uint16_t in) function
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
big_bswap.h 6 #define ntohs(x) (x) macro
little_bswap.h 6 #define ntohs(x) __bswap_16(x) macro
  /onnv/onnv-gate/usr/src/lib/librstp/common/
base.h 109 extern USHORT Ntohs (USHORT n);
117 #define ntohs Ntohs macro
  /onnv/onnv-gate/usr/src/uts/common/sys/
byteorder.h 62 #define ntohs(x) (x) macro
86 extern uint16_t ntohs(uint16_t);
91 extern in_port_t ntohs(in_port_t);
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/netinet/
in.h 197 #define ntohs(x) (x) macro
203 u_short ntohs(), htons();
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 2113 ALTENTRY(ntohs) function
2142 ALTENTRY(ntohs) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 484 # define ntohs PerlSock_ntohs macro
perl.h 859 # define ntohi ntohs
2421 #define ntohs macro
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_compat.h 287 # define ntohs(x) (x) macro
    [all...]

Completed in 4080 milliseconds