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

/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/net/
H A Dhtonl.S48 ENTRY(htonl) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc/net/
H A Dhtonl.S50 ENTRY(htonl) function
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc64/net/
H A Dhtonl.S50 ENTRY(htonl) function
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/net/
H A Dhtonl.c46 htonl(x) function
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A DLint_htonl.c9 #undef htonl macro
13 htonl(host32) function
/netbsd-6-1-5-RELEASE/common/lib/libc/net/
H A Dhtonl.c15 #undef htonl macro
18 htonl(uint32_t x) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/netinet/
H A Din.h20 #define htonl(x) (x) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/netinet/
H A Din.h20 #define htonl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/arpa/
H A Dinet.h121 #define htonl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtcpdump-stdinc.h153 #undef htonl macro
161 #define htonl(x) __ntohl(x) macro
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dbyteorder.h63 #define htonl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dsim-endian.h159 #undef htonl macro
161 #define htonl(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.h132 #define htonl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-config.h123 #undef htonl macro
125 #define htonl(IN) __extension__ ({ int _out; __asm__ ("bswap %0" : "=r" (_out) : "0" (IN)); _out; }) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dendian.h115 #define htonl(x) (x) macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c139 htonl(u_long a0) function
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c139 htonl(u_long a0) function
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_compat.h288 # define htonl(x) (x) macro

Completed in 154 milliseconds