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

  /onnv/onnv-gate/usr/src/lib/libbc/libc/net/sparc/
htons.c 32 htons(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.
55 / unsigned short htons( hs )
60 ENTRY(htons) function
65 SET_SIZE(htons)
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
byteorder.s 31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
76 * unsigned short htons( hs )
80 ENTRY(htons) function
85 SET_SIZE(htons)
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
69 htons(uint16_t in) function
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
69 htons(uint16_t in) function
  /onnv/onnv-gate/usr/src/uts/intel/asm/
byteorder.h 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
47 extern __inline__ uint16_t htons(uint16_t value) function
  /onnv/onnv-gate/usr/src/stand/lib/xdr/
byteorder.c 30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
76 htons(uint16_t in) function
89 return (htons(in));
120 htons(uint16_t in) function
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
big_bswap.h 7 #define htons(x) (x) macro
little_bswap.h 7 #define htons(x) __bswap_16(x) macro
  /onnv/onnv-gate/usr/src/lib/librstp/common/
base.h 111 extern USHORT Htons (USHORT h);
115 #define htons Htons macro
  /onnv/onnv-gate/usr/src/uts/common/sys/
byteorder.h 64 #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)))
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/netinet/
in.h 199 #define htons(x) (x) macro
203 u_short ntohs(), htons();
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 2112 ENTRY(htons) function
2141 ENTRY(htons) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 482 # define htons PerlSock_htons macro
perl.h 858 # define htoni htons
2419 #define htons macro
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
io.c 74 # if !defined(htons) && !_lib_htons
75 # define htons(x) (x) macro
137 ip_port = htons((unsigned short)n);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_compat.h 289 # define htons(x) (x) macro
    [all...]

Completed in 360 milliseconds