Searched defs:ntohl (Results 1 - 10 of 10) 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.
39 / unsigned long ntohl( hl )
49 ENTRY(ntohl) function
53 SET_SIZE(ntohl)
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
59 * unsigned long ntohl( hl )
69 ENTRY(ntohl) function
73 SET_SIZE(ntohl)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
63 ntohl(uint32_t in) function
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
63 ntohl(uint32_t in) function
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h4 #define ntohl(x) (x) macro
H A Dlittle_bswap.h4 #define ntohl(x) __bswap_32(x) macro
/osnet-11/usr/src/lib/librstp/common/
H A Dbase.h116 #define ntohl Ntohl macro
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h38 * 11/23/95 - Kludge to get "ntohl" null macro added. -- ESB
46 #define ntohl(x) ((x << 24) | ((x & 0xFF00) << 8) \ macro
48 #define htonl(x) ntohl(x)
64 (ntohl((ex).a_midmag) & 0xffff)
66 ((ntohl((ex).a_midmag) >> 16) & 0x03ff)
68 ((ntohl((ex).a_midmag) >> 26) & 0x3f)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h483 # define ntohl PerlSock_ntohl macro
H A Dperl.h862 # define ntohi ntohl
2406 #if defined(ntohl) && !defined(HAS_NTOHL)
2422 #define ntohl my_ntohl macro

Completed in 33 milliseconds