/netbsd/tests/net/net/ |
H A D | t_pktinfo.c | 70 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 D | t_socket_afinet.c | 120 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 D | t_mapped.c | 140 sin->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in mkclient() 155 a->__u6_addr.__u6_addr32[3] == ntohl(INADDR_LOOPBACK); in mkclient()
|
H A D | t_tcp.c | 98 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 D | netsnmp_daemonize.c | 165 #ifdef INADDR_LOOPBACK 166 # define LOOPBACK INADDR_LOOPBACK
|
/netbsd/external/mpl/bind/dist/lib/isc/unix/include/isc/ |
H A D | net.h | 180 #ifndef INADDR_LOOPBACK 182 #define INADDR_LOOPBACK 0x7f000001UL macro
|
/netbsd/external/bsd/ntp/dist/lib/isc/unix/include/isc/ |
H A D | net.h | 179 #ifndef INADDR_LOOPBACK 181 #define INADDR_LOOPBACK 0x7f000001UL macro
|
/netbsd/external/bsd/am-utils/dist/include/ |
H A D | am_compat.h | 470 #ifndef INADDR_LOOPBACK 471 # define INADDR_LOOPBACK 0x7f000001 macro
|
/netbsd/external/mpl/bind/dist/lib/isc/win32/include/isc/ |
H A D | net.h | 102 #ifndef INADDR_LOOPBACK 103 #define INADDR_LOOPBACK 0x7f000001UL macro
|
/netbsd/external/bsd/ntp/dist/lib/isc/win32/include/isc/ |
H A D | net.h | 113 #ifndef INADDR_LOOPBACK 114 #define INADDR_LOOPBACK 0x7f000001UL macro
|
/netbsd/external/bsd/am-utils/dist/conf/transp/ |
H A D | transp_sockets.c | 77 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 D | socket.h | 76 #ifndef INADDR_LOOPBACK 77 #define INADDR_LOOPBACK (0x7f000001UL) macro
|
/netbsd/usr.bin/talk/ |
H A D | get_addrs.c | 73 htonl(INADDR_LOOPBACK); in get_addrs()
|
/netbsd/external/bsd/openldap/dist/libraries/liblutil/ |
H A D | sockpair.c | 55 si.sin_addr.s_addr = htonl( INADDR_LOOPBACK ); in lutil_pair()
|
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | roken-common.h | 63 #ifndef INADDR_LOOPBACK 64 #define INADDR_LOOPBACK 0x7f000001 macro
|
/netbsd/external/mpl/bind/dist/lib/dns/tests/ |
H A D | dispatch_test.c | 278 ina.s_addr = htonl(INADDR_LOOPBACK); in dispatch_getnext() 293 ina.s_addr = htonl(INADDR_LOOPBACK); in dispatch_getnext()
|
H A D | peer_test.c | 70 ina.s_addr = INADDR_LOOPBACK; in dscp()
|
/netbsd/usr.sbin/traceroute/ |
H A D | ifaddrlist.c | 117 if (ntohl(sin->sin_addr.s_addr) == INADDR_LOOPBACK) in ifaddrlist()
|
/netbsd/usr.bin/eject/ |
H A D | am_glue.c | 70 si.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in ping_pmap()
|
/netbsd/usr.sbin/ypset/ |
H A D | ypset.c | 65 sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in main()
|
/netbsd/external/bsd/am-utils/dist/libamu/ |
H A D | wire.c | 411 if (S2IN(ifap->ifa_addr) == htonl(INADDR_LOOPBACK)) 528 if (address == htonl(INADDR_LOOPBACK))
|
/netbsd/tests/sys/netinet/ |
H A D | t_print.c | 44 { .s_addr = ntohl(INADDR_LOOPBACK) },
|
/netbsd/tests/kernel/kqueue/ |
H A D | t_empty.c | 155 .sin_addr = { .s_addr = htonl(INADDR_LOOPBACK) }, in ATF_TC_BODY()
|
/netbsd/tests/lib/libutil/ |
H A D | t_sockaddr_snprintf.c | 64 sin4.sin_addr.s_addr = ntohl(INADDR_LOOPBACK); in ATF_TC_BODY()
|
/netbsd/usr.sbin/rpcbind/ |
H A D | security.c | 154 return ((sin->sin_addr.s_addr == htonl(INADDR_LOOPBACK)) && in is_loopback()
|