Searched defs:htonl (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/net/sparc/
H A Dhtonl.c30 htonl(unsigned long a) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
57 htonl(uint32_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
57 htonl(uint32_t in) function
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_asm.s88 ENTRY(htonl) function
92 SET_SIZE(htonl)
135 ENTRY(htonl) function
139 SET_SIZE(htonl)
/illumos-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c30 * 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
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h39 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
71 htonl(uint32_t value) function
100 /* Use the htonl() and ntohl() inline functions defined above */
104 return (htonl(value >> 32) | ((uint64_t)htonl(value) << 32));
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s32 * NOTE: htonl/ntohl are identical routines, as are htons/ntohs.
41 / unsigned long htonl( hl )
46 ENTRY(htonl) function
50 SET_SIZE(htonl)
90 / Convert in to big endian, eg. htonl()
/illumos-gate/usr/src/boot/lib/libc/net/
H A Dntoh.c35 htonl(uint32_t hl) function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h5 #define htonl(x) (x) macro
H A Dlittle_bswap.h5 #define htonl(x) __bswap_32(x) macro
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s32 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
59 * unsigned long htonl( hl )
64 ENTRY(htonl) function
68 SET_SIZE(htonl)
101 * eg. htons(), htonl(), and htonll().
/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h114 #define htonl Htonl macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h48 #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) */
/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h63 #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)))
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h139 uint32_t htonl(uint32_t);
170 #define htonl(x) __htonl(x) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h312 __uint32_t htonl(__uint32_t);
323 #define htonl(x) __htonl(x) macro
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Din.h174 #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();
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s2070 /* htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
2087 htonl(uint32_t i)
2115 ENTRY(htonl) function
2121 SET_SIZE(htonl)
2145 ENTRY(htonl) function
2151 SET_SIZE(htonl)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h392 extern uint32_t htonl(uint32_t);
400 #define htonl(x) __htonl(x) macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c77 # if !defined(htonl) && !_lib_htonl
78 # define htonl(x) (x) macro
/illumos-gate/usr/src/man/man3socket/
H A DMakefile94 htonl.3socket \
152 htonl.3socket := LINKSRC = byteorder.3socket
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h108 uint32_t htonl(uint32_t);
117 #define htonl(x) __htonl(x) macro
655 #define in_allhosts(x) ((x).s_addr == htonl(INADDR_ALLHOSTS_GROUP))
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h290 # define htonl(x) (x) macro

Completed in 142 milliseconds