/titanic_41/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_network.c | 70 return (INADDR_NONE); 86 return (INADDR_NONE); 88 return (INADDR_NONE); 94 return (INADDR_NONE); 98 return (INADDR_NONE);
|
/titanic_41/usr/src/lib/libwrap/ |
H A D | misc.c | 30 #ifndef INADDR_NONE 31 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */ macro 94 return (runs == 4 ? inet_addr(str) : INADDR_NONE); 121 return addr->ga_in.s_addr == INADDR_NONE ? -1 : 0;
|
H A D | hosts_access.c | 51 #ifndef INADDR_NONE 52 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */ macro 399 if ((addr = dot_quad_addr(string)) == INADDR_NONE) 401 if ((net = dot_quad_addr(net_tok)) == INADDR_NONE 402 || (mask = dot_quad_addr(mask_tok)) == INADDR_NONE) {
|
H A D | workarounds.c | 208 #ifndef INADDR_NONE 209 #define INADDR_NONE 0xffffffff macro 238 if ((addr.s_addr = inet_addr(*o_aliases)) != INADDR_NONE) {
|
/titanic_41/usr/src/cmd/tcpd/ |
H A D | tcpdchk.c | 39 #ifndef INADDR_NONE 40 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */ macro 450 if (dot_quad_addr(pat) == INADDR_NONE 451 || dot_quad_addr(mask) == INADDR_NONE)
|
H A D | scaffold.c | 24 #ifndef INADDR_NONE 25 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */ macro
|
H A D | tcpdmatch.c | 37 #ifndef INADDR_NONE 38 #define INADDR_NONE (-1) /* XXX should be 0xffffffff */ macro
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetent.c | 66 #ifndef INADDR_NONE 67 # define INADDR_NONE 0xffffffff macro 274 if (tmp == INADDR_NONE) { in fakeaddr()
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | inet_aton.c | 90 return (INADDR_NONE);
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | inet_ntoa.c | 269 return (INADDR_NONE); in inet_addr()
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 273 #ifndef INADDR_NONE 274 #define INADDR_NONE 0xffffffff macro
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 1653 == INADDR_NONE)) 1984 if (inet_addr(addr) != INADDR_NONE) 2163 if (clt_addr.sin.sin_addr.s_addr != INADDR_NONE && 2175 if (inet_addr(p) != INADDR_NONE) 2260 unsigned long hid = INADDR_NONE; 2272 (hid = inet_addr(&host[1])) != INADDR_NONE) 4038 if ((in_addr.s_addr = inet_addr(&name[1])) != INADDR_NONE) 4449 && inet_addr(hp->h_name) == INADDR_NONE
|
H A D | domain.c | 553 if (inet_addr(&MXHostBuf[1]) != INADDR_NONE)
|
H A D | sendmail.h | 189 #ifndef INADDR_NONE 190 # define INADDR_NONE 0xffffffff macro
|
H A D | mci.c | 1529 if (inet_addr(t_host) != INADDR_NONE)
|
H A D | conf.c | 4907 ia.s_addr == INADDR_NONE) in load_if_names() 5056 ia.s_addr == INADDR_NONE) in load_if_names()
|
H A D | milter.c | 895 unsigned long hid = INADDR_NONE; 904 (hid = inet_addr(&at[1])) != INADDR_NONE)
|
H A D | map.c | 7601 unsigned long hid = INADDR_NONE; 7610 (hid = inet_addr(&at[1])) != INADDR_NONE)
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | listener.c | 339 unsigned long hid = INADDR_NONE; 348 (hid = inet_addr(&at[1])) != INADDR_NONE)
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 77 #ifndef INADDR_NONE 78 #define INADDR_NONE (-1) macro
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | client.c | 73 if ((sin.sin_addr.s_addr = inet_addr(host)) == INADDR_NONE) { in init_socket()
|
/titanic_41/usr/src/uts/common/netinet/ |
H A D | in.h | 361 #define INADDR_NONE 0xffffffffU macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | if.c | 231 dummy_ifp.int_dstaddr = dummy_ifp.int_addr = INADDR_NONE; in dummy_ifp_init()
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netbios_name.c | 2251 if ((ipaddr = inet_addr(ipstr)) == INADDR_NONE) in smb_netbios_node_config()
|
/titanic_41/usr/src/uts/common/io/idm/ |
H A D | idm_so.c | 359 if ((INADDR_NONE == addr) || in idm_v4_addr_okay()
|