Searched defs:INADDR_LOOPBACK (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dopen.c54 #ifndef INADDR_LOOPBACK
55 #define INADDR_LOOPBACK ((unsigned int) 0x7f000001) macro
300 rc = connect_to_host(sb, NULL, htonl(INADDR_LOOPBACK),
H A Dcldap.c51 #ifndef INADDR_LOOPBACK
52 #define INADDR_LOOPBACK ((in_addr_t) 0x7f000001) macro
187 address = INADDR_LOOPBACK;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c48 #ifndef INADDR_LOOPBACK
49 #define INADDR_LOOPBACK ((unsigned long) 0x7f000001) macro
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsendmail.h181 #ifndef INADDR_LOOPBACK
182 # define INADDR_LOOPBACK 0x7f000001 /* loopback address */ macro
183 #endif /* ! INADDR_LOOPBACK */

Completed in 47 milliseconds