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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c50 #ifndef INADDR_LOOPBACK
51 #define INADDR_LOOPBACK ((unsigned long) 0x7f000001) macro
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Din.h166 #define INADDR_LOOPBACK (u_long)0x7F000001 macro
174 #define IN_SET_LOOPBACK_ADDR(a) {(a)->sin_addr.s_addr = htonl(INADDR_LOOPBACK); \
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h385 #define INADDR_LOOPBACK ((in_addr_t)0x7f000001) macro
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h359 #define INADDR_LOOPBACK 0x7F000001U macro
394 { (a)->sin_addr.s_addr = htonl(INADDR_LOOPBACK); \
/illumos-gate/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 139 milliseconds