Searched refs:INADDR_LOOPBACK (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/unix/include/lwres/
H A Dnet.h43 * It ensures that #INADDR_LOOPBACK, #INADDR_ANY and #IN6ADDR_ANY_INIT
118 #ifndef INADDR_LOOPBACK
119 #define INADDR_LOOPBACK 0x7f000001UL macro
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dget_myaddress.c95 addr->sin_addr.s_addr = htonl(INADDR_LOOPBACK);
104 addr->sin_addr.s_addr = htonl(INADDR_LOOPBACK);
138 addr->sin_addr.s_addr = htonl(INADDR_LOOPBACK);
H A Dpmap_clnt.c117 myaddress.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
157 myaddress.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h45 * It ensures that INADDR_LOOPBACK, INADDR_ANY and IN6ADDR_ANY_INIT
71 #ifndef INADDR_LOOPBACK
72 #define INADDR_LOOPBACK 0x7f000001UL macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dsockpair.c50 si.sin_addr.s_addr = htonl( INADDR_LOOPBACK );
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/include/isc/
H A Dnet.h48 * It ensures that #INADDR_LOOPBACK, #INADDR_ANY, #IN6ADDR_ANY_INIT,
177 #ifndef INADDR_LOOPBACK
179 #define INADDR_LOOPBACK 0x7f000001UL macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dnet.h109 #ifndef INADDR_LOOPBACK
110 #define INADDR_LOOPBACK 0x7f000001UL macro
/macosx-10.9.5/ntp-88/lib/isc/unix/include/isc/
H A Dnet.h48 * It ensures that #INADDR_LOOPBACK, #INADDR_ANY, #IN6ADDR_ANY_INIT,
177 #ifndef INADDR_LOOPBACK
179 #define INADDR_LOOPBACK 0x7f000001UL macro
/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dnet.h109 #ifndef INADDR_LOOPBACK
110 #define INADDR_LOOPBACK 0x7f000001UL macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsyslog.c115 #ifndef INADDR_LOOPBACK
116 #define INADDR_LOOPBACK 0x7f000001L
135 a = INADDR_LOOPBACK;
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Droken-common.h61 #ifndef INADDR_LOOPBACK
62 #define INADDR_LOOPBACK 0x7f000001 macro
H A Dgetaddrinfo.c202 v4_addr.s_addr = htonl(INADDR_LOOPBACK);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dsocket.h73 #ifndef INADDR_LOOPBACK
74 #define INADDR_LOOPBACK (0x7f000001UL) macro
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dentropy.c102 addr_in->sin_addr.s_addr = htonl(INADDR_LOOPBACK);
H A Ddefines.h180 SCO Open Server 3 has INADDR_LOOPBACK defined in rpc/rpc.h but
183 #ifndef INADDR_LOOPBACK
184 #define INADDR_LOOPBACK ((u_long)0x7f000001) macro
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dcommon.c168 local.s_addr = htonl(INADDR_LOOPBACK);
381 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
758 htonl(INADDR_LOOPBACK)
/macosx-10.9.5/lsof-52/lsof/
H A Dlsof.h256 # if !defined(INADDR_LOOPBACK)
257 #define INADDR_LOOPBACK (u_long)0x7f000001 macro
258 # endif /* !defined(INADDR_LOOPBACK) */
/macosx-10.9.5/rsync-42/rsync/
H A Drsync.h810 #ifndef INADDR_LOOPBACK
811 #define INADDR_LOOPBACK 0x7f000001 macro
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_bind.c189 clnt_sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
/macosx-10.9.5/remote_cmds-41.90.1/ypwhich.tproj/
H A Dypwhich.c184 lsin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dsig0_test.c259 inaddr.s_addr = htonl(INADDR_LOOPBACK);
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Drtutil.c73 struct in_addr loopback = { htonl(INADDR_LOOPBACK) };
/macosx-10.9.5/configd-596.15/dnsinfo/
H A Ddnsinfo_create.c304 if (ntohl(((struct sockaddr_in*)(void *)nameserver)->sin_addr.s_addr) == INADDR_LOOPBACK) {
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.c162 rsrv_sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.c162 rsrv_sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);

Completed in 272 milliseconds

123