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

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s31 * NOTE: htonl/ntohl are identical routines, as are htons/ntohs.
38 / unsigned long htonl( hl )
43 ENTRY(htonl) function
47 SET_SIZE(htonl)
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
58 * unsigned long htonl( hl )
63 ENTRY(htonl) function
67 SET_SIZE(htonl)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
57 htonl(uint32_t in) function
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
57 htonl(uint32_t in) function
/osnet-11/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
/osnet-11/usr/src/lib/librstp/common/
H A Dbase.h114 #define htonl Htonl macro
/osnet-11/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) */
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c80 # if !defined(htonl) && !_lib_htonl
81 # define htonl(x) (x) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h481 # define htonl PerlSock_htonl macro
H A Dperl.h861 # define htoni htonl
2400 #if defined(htonl) && !defined(HAS_HTONL)
2420 #define htonl my_htonl macro

Completed in 51 milliseconds