Home
last modified time | relevance | path

Searched refs:INADDR_LOOPBACK (Results 1 – 25 of 69) sorted by relevance

123

/netbsd/tests/net/net/
H A Dt_pktinfo.c70 sin->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in server()
145 ATF_REQUIRE_MSG(ipi->ipi_addr.s_addr == htonl(INADDR_LOOPBACK), in receive()
147 htonl(INADDR_LOOPBACK)); in receive()
H A Dt_socket_afinet.c120 sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in ATF_TC_BODY()
149 sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in ATF_TC_BODY()
211 sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in ATF_TC_BODY()
H A Dt_mapped.c140 sin->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in mkclient()
155 a->__u6_addr.__u6_addr32[3] == ntohl(INADDR_LOOPBACK); in mkclient()
H A Dt_tcp.c98 sin->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in accept_test()
150 sin->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in accept_test()
/netbsd/external/bsd/ntp/dist/ntpsnmpd/
H A Dnetsnmp_daemonize.c165 #ifdef INADDR_LOOPBACK
166 # define LOOPBACK INADDR_LOOPBACK
/netbsd/external/mpl/bind/dist/lib/isc/unix/include/isc/
H A Dnet.h180 #ifndef INADDR_LOOPBACK
182 #define INADDR_LOOPBACK 0x7f000001UL macro
/netbsd/external/bsd/ntp/dist/lib/isc/unix/include/isc/
H A Dnet.h179 #ifndef INADDR_LOOPBACK
181 #define INADDR_LOOPBACK 0x7f000001UL macro
/netbsd/external/bsd/am-utils/dist/include/
H A Dam_compat.h470 #ifndef INADDR_LOOPBACK
471 # define INADDR_LOOPBACK 0x7f000001 macro
/netbsd/external/mpl/bind/dist/lib/isc/win32/include/isc/
H A Dnet.h102 #ifndef INADDR_LOOPBACK
103 #define INADDR_LOOPBACK 0x7f000001UL macro
/netbsd/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h113 #ifndef INADDR_LOOPBACK
114 #define INADDR_LOOPBACK 0x7f000001UL macro
/netbsd/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_sockets.c77 if (sin.sin_addr.s_addr != htonl(INADDR_LOOPBACK)) in amu_get_myaddress()
79 sin.sin_addr.s_addr, (u_long) htonl(INADDR_LOOPBACK)); in amu_get_myaddress()
109 iap->s_addr = htonl(INADDR_LOOPBACK); in amu_get_myaddress()
/netbsd/external/bsd/openldap/dist/include/ac/
H A Dsocket.h76 #ifndef INADDR_LOOPBACK
77 #define INADDR_LOOPBACK (0x7f000001UL) macro
/netbsd/usr.bin/talk/
H A Dget_addrs.c73 htonl(INADDR_LOOPBACK); in get_addrs()
/netbsd/external/bsd/openldap/dist/libraries/liblutil/
H A Dsockpair.c55 si.sin_addr.s_addr = htonl( INADDR_LOOPBACK ); in lutil_pair()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken-common.h63 #ifndef INADDR_LOOPBACK
64 #define INADDR_LOOPBACK 0x7f000001 macro
/netbsd/external/mpl/bind/dist/lib/dns/tests/
H A Ddispatch_test.c278 ina.s_addr = htonl(INADDR_LOOPBACK); in dispatch_getnext()
293 ina.s_addr = htonl(INADDR_LOOPBACK); in dispatch_getnext()
H A Dpeer_test.c70 ina.s_addr = INADDR_LOOPBACK; in dscp()
/netbsd/usr.sbin/traceroute/
H A Difaddrlist.c117 if (ntohl(sin->sin_addr.s_addr) == INADDR_LOOPBACK) in ifaddrlist()
/netbsd/usr.bin/eject/
H A Dam_glue.c70 si.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in ping_pmap()
/netbsd/usr.sbin/ypset/
H A Dypset.c65 sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in main()
/netbsd/external/bsd/am-utils/dist/libamu/
H A Dwire.c411 if (S2IN(ifap->ifa_addr) == htonl(INADDR_LOOPBACK))
528 if (address == htonl(INADDR_LOOPBACK))
/netbsd/tests/sys/netinet/
H A Dt_print.c44 { .s_addr = ntohl(INADDR_LOOPBACK) },
/netbsd/tests/kernel/kqueue/
H A Dt_empty.c155 .sin_addr = { .s_addr = htonl(INADDR_LOOPBACK) }, in ATF_TC_BODY()
/netbsd/tests/lib/libutil/
H A Dt_sockaddr_snprintf.c64 sin4.sin_addr.s_addr = ntohl(INADDR_LOOPBACK); in ATF_TC_BODY()
/netbsd/usr.sbin/rpcbind/
H A Dsecurity.c154 return ((sin->sin_addr.s_addr == htonl(INADDR_LOOPBACK)) && in is_loopback()

123