Searched defs:ntohl (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/net/
H A Dntohl.S48 ENTRY(ntohl) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc/net/
H A Dntohl.S47 ENTRY(ntohl) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc64/net/
H A Dntohl.S47 ENTRY(ntohl) function
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/net/
H A Dntohl.c46 ntohl(x) function
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A DLint_ntohl.c9 #undef ntohl macro
13 ntohl(net32) function
/netbsd-6-1-5-RELEASE/common/lib/libc/net/
H A Dntohl.c15 #undef ntohl macro
18 ntohl(uint32_t x) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/netinet/
H A Din.h18 #define ntohl(x) (x) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/netinet/
H A Din.h18 #define ntohl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/arpa/
H A Dinet.h119 #define ntohl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtcpdump-stdinc.h151 #undef ntohl macro
159 #define ntohl(x) __ntohl(x) macro
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dbyteorder.h61 #define ntohl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dsim-endian.h160 #undef ntohl macro
162 #define ntohl(IN) __extension__ ({ int _out; __asm__ ("bswap %0" : "=r" (_out) : "0" (IN)); _out; }) macro
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/include/machine/
H A Dendian.h130 #define ntohl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-config.h124 #undef ntohl macro
126 #define ntohl(IN) __extension__ ({ int _out; __asm__ ("bswap %0" : "=r" (_out) : "0" (IN)); _out; }) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dendian.h113 #define ntohl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c253 ntohl(u_long a0) function
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c253 ntohl(u_long a0) function
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h286 # define ntohl(x) (x) macro

Completed in 463 milliseconds