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

  /onnv/onnv-gate/usr/src/lib/libbc/libc/net/sparc/
htonl.c 30 htonl(unsigned long a) function
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
byteorder.s 31 * NOTE: htonl/ntohl are identical routines, as are htons/ntohs.
38 / unsigned long htonl( hl )
43 ENTRY(htonl) function
47 SET_SIZE(htonl)
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
byteorder.s 31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
58 * unsigned long htonl( hl )
63 ENTRY(htonl) function
67 SET_SIZE(htonl)
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
57 htonl(uint32_t in) function
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
57 htonl(uint32_t in) function
  /onnv/onnv-gate/usr/src/uts/intel/asm/
byteorder.h 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
67 extern __inline__ uint32_t htonl(uint32_t value) function
93 /* Use the htonl() and ntohl() inline functions defined above */
96 return (htonl(value >> 32) | ((uint64_t)htonl(value) << 32));
  /onnv/onnv-gate/usr/src/stand/lib/xdr/
byteorder.c 30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
46 return ((uint64_t)htonl((in >> 32) & 0xffffffff) |
47 ((uint64_t)htonl(in & 0xffffffff) << 32));
58 htonl(uint32_t in) function
72 return (htonl(in));
108 htonl(uint32_t in) function
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
big_bswap.h 5 #define htonl(x) (x) macro
little_bswap.h 5 #define htonl(x) __bswap_32(x) macro
  /onnv/onnv-gate/usr/src/lib/librstp/common/
base.h 110 extern ULONG Htonl (ULONG h);
114 #define htonl Htonl macro
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
imgact_aout.h 48 #define htonl(x) ntohl(x) macro
70 ( (ex).a_midmag = htonl( (((flag)&0x3f)<<26) | (((mid)&0x03ff)<<16) | \
123 unsigned long a_midmag; /* htonl(flags<<26 | mid<<16 | magic) */
  /onnv/onnv-gate/usr/src/uts/common/sys/
byteorder.h 63 #define htonl(x) (x) macro
83 extern uint32_t htonl(uint32_t);
88 extern in_addr_t htonl(in_addr_t);
116 #define BSWAP_32(x) htonl(x)
181 #define BE_IN32(xa) htonl(*((uint32_t *)(void *)(xa)))
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/netinet/
in.h 174 #define IN_SET_LOOPBACK_ADDR(a) {(a)->sin_addr.s_addr = htonl(INADDR_LOOPBACK); \
198 #define htonl(x) (x) macro
204 u_long ntohl(), htonl();
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 2103 ENTRY(htonl) function
2133 ENTRY(htonl) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 481 # define htonl PerlSock_htonl macro
perl.h 861 # define htoni htonl
2420 #define htonl macro
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
io.c 77 # if !defined(htonl) && !_lib_htonl
78 # define htonl(x) (x) macro
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_compat.h 290 # define htonl(x) (x) macro
    [all...]

Completed in 360 milliseconds