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

  /onnv/onnv-gate/usr/src/lib/libbc/libc/net/sparc/
ntohl.c 30 ntohl(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.
39 / unsigned long ntohl( hl )
49 ENTRY(ntohl) function
53 SET_SIZE(ntohl)
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
byteorder.s 31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
59 * unsigned long ntohl( hl )
69 ENTRY(ntohl) function
73 SET_SIZE(ntohl)
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
63 ntohl(uint32_t in) function
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
63 ntohl(uint32_t in) function
  /onnv/onnv-gate/usr/src/uts/intel/asm/
byteorder.h 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
73 extern __inline__ uint32_t ntohl(uint32_t value) function
93 /* Use the htonl() and ntohl() inline functions defined above */
101 return (ntohl(value >> 32) | (uint64_t)ntohl(value) << 32);
  /onnv/onnv-gate/usr/src/stand/lib/xdr/
byteorder.c 30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
53 return ((uint64_t)ntohl((in >> 32) & 0xffffffff) |
54 ((uint64_t)ntohl(in & 0xffffffff) << 32));
70 ntohl(uint32_t in) function
114 ntohl(uint32_t in) function
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
big_bswap.h 4 #define ntohl(x) (x) macro
little_bswap.h 4 #define ntohl(x) __bswap_32(x) macro
  /onnv/onnv-gate/usr/src/lib/librstp/common/
base.h 112 extern ULONG Ntohl (ULONG n);
116 #define ntohl Ntohl macro
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
imgact_aout.h 38 * 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)
  /onnv/onnv-gate/usr/src/uts/common/sys/
byteorder.h 59 #if defined(_BIG_ENDIAN) && !defined(ntohl) && !defined(__lint)
61 #define ntohl(x) (x) macro
70 #elif !defined(ntohl) /* little-endian */
85 extern uint32_t ntohl(uint32_t);
90 extern in_addr_t ntohl(in_addr_t);
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/netinet/
in.h 192 #if !defined(vax) && !defined(ntohl) && !defined(lint) && !defined(i386)
196 #define ntohl(x) (x) macro
202 #if !defined(ntohl) && (defined(vax) || defined(lint) || defined(i386))
204 u_long ntohl(), htonl();
  /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/
i86_subr.s 2104 ALTENTRY(ntohl) function
2134 ALTENTRY(ntohl) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 483 # define ntohl PerlSock_ntohl macro
perl.h 862 # define ntohi ntohl
2422 #define ntohl macro
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_compat.h 288 # define ntohl(x) (x) macro
    [all...]

Completed in 4320 milliseconds