/titanic_50/usr/src/cmd/tcpd/ |
H A D | scaffold.c | 65 hb->host.h_addrtype = hp->h_addrtype;; 91 if (numeric_addr(host, &addr, &h.h_addrtype, &h.h_length) != -1) { 111 if (!VALID_ADDRTYPE(hp->h_addrtype)) { 112 tcpd_warn("%d: not an internet host", hp->h_addrtype); 138 sin.sg_family = hp->h_addrtype;
|
H A D | tcpdmatch.c | 176 server_sin.sg_family = hp->h_addrtype; 232 client_sin.sg_family = hp->h_addrtype;
|
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | is_local_host.c | 85 if ((s = socket(hp->h_addrtype, SOCK_DGRAM, 0)) == -1) { in is_local_if() 90 lifn.lifn_family = hp->h_addrtype; in is_local_if() 105 lifc.lifc_family = hp->h_addrtype; in is_local_if() 123 if (lifrp->lifr_addr.ss_family != hp->h_addrtype) { in is_local_if()
|
/titanic_50/usr/src/lib/print/libhttp-core/common/ |
H A D | http-addr.c | 100 if (host->h_addrtype == AF_INET6) in httpAddrLoad() 115 if (host->h_addrtype == AF_LOCAL) in httpAddrLoad() 122 if (host->h_addrtype == AF_INET) in httpAddrLoad() 309 host_ip.h_addrtype = AF_LOCAL; in httpGetHostByName() 345 host_ip.h_addrtype = AF_INET; in httpGetHostByName()
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent_r.c | 183 hptr->h_addrtype = he->h_addrtype; in copy_hostent() 224 hptr->h_addrtype = he->h_addrtype; in copy_hostent()
|
H A D | gethostent.c | 153 net_data->ho_last->h_addrtype == af) { in gethostbyname2_p() 206 hp->h_addrtype == AF_INET6 && in gethostent_p() 322 he.h_addrtype = (v4 == 1) ? AF_INET : AF_INET6; in getipnodebyname() 451 memput(*cpp, (he->h_addrtype == AF_INET) ? 876 if (af == AF_INET6 && he1->h_addrtype == AF_INET) { 897 if (af == AF_INET6 && he2->h_addrtype == AF_INET) { 937 he->h_addrtype = af; 1040 pvt->host.h_addrtype = af;
|
H A D | irp_ho.c | 179 af == ho->h_addrtype) { in ho_byname2() 233 af == ho->h_addrtype && in ho_byaddr()
|
H A D | lcl_ho.c | 232 if (hp->h_addrtype != af) in ho_byname2() 298 int taf = hp->h_addrtype; in ho_byaddr() 403 pvt->host.h_addrtype = af; in ho_next()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | get_addrs.c | 73 if (hp->h_addrtype != AF_INET) { 102 if (hp->h_addrtype != AF_INET) {
|
/titanic_50/usr/src/lib/libresolv/ |
H A D | res_gethost.c | 189 host.h_addrtype = (class == C_IN) ? AF_INET : AF_UNSPEC; 299 hp->h_addrtype = type; 400 host.h_addrtype = AF_INET; in _gethtent() 469 if (p->h_addrtype == type && !memcmp(p->h_addr, addr, len)) 471 if (p->h_addrtype == type && !bcmp(p->h_addr, addr, len))
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/ |
H A D | iscsi_door.h | 69 uint32_t h_addrtype; member 116 int h_addrtype; /* host address type */ member
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_doorclt.c | 318 hptr->h_addrtype = af; in kgetipnodebyname() 392 hptr->h_addrtype = cnf->h_addrtype; in kgetipnodebyname()
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | rpc_bootstrap.c | 176 hent->h_addrtype = type; 189 switch (hent->h_addrtype) { 237 if (hent->h_addrtype == AF_INET) { 397 if (hp->h_addrtype != af) in __files_gethostbyname() 459 host.h_addrtype = af; in __files_gethostent()
|
/titanic_50/usr/src/stand/lib/sa/ |
H A D | netdb.h | 60 int h_addrtype; /* host address type */ member
|
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | nb_net.c | 76 if (h->h_addrtype != AF_INET) { in nb_resolvehost_in()
|
/titanic_50/usr/src/cmd/iscsid/ |
H A D | iscsid.c | 507 cnf->h_addrtype = (uint32_t)hptr->h_addrtype; in _getipnodebyname_req() 528 cnf->h_addrtype = 0; in _getipnodebyname_req()
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | netdb.h | 35 int h_addrtype; /* host address type */ member
|
/titanic_50/usr/src/cmd/backup/lib/ |
H A D | myrcmd.c | 112 numhp.h_addrtype = AF_INET; in myrcmd() 176 sin.sin_family = hp->h_addrtype; in myrcmd()
|
/titanic_50/usr/src/lib/nsswitch/dns/common/ |
H A D | gethostent6.c | 151 (h->h_addrtype == AF_INET); in cloneAddrList() 400 mhe.h_addrtype = AF_INET6; 406 v6he.h_addrtype = AF_INET6;
|
H A D | dns_common.c | 124 host->h_addrtype = af_type; 154 if (he->h_addrtype == AF_INET && af_type == AF_INET6) { 214 if (af_type == AF_INET && hp->h_addrtype != AF_INET) in ent2str() 225 if (hp->h_addrtype == AF_INET6) { in ent2str()
|
/titanic_50/usr/src/cmd/getent/ |
H A D | dogetipnodes.c | 56 if (hp->h_addrtype == AF_INET6) { in puthostent()
|
/titanic_50/usr/src/cmd/fs.d/nfs/clear_locks/ |
H A D | clear_locks.c | 85 arg.addr_type = he->h_addrtype; in nfs4_clr_state()
|
/titanic_50/usr/src/lib/libbc/libc/net/ |
H A D | rexec.c | 71 sin.sin_family = hp->h_addrtype; in rexec()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipaddr.c | 367 hp->h_addrtype = AF_INET6; in lgetipnodebyname() 403 hp->h_addrtype = AF_INET; in lgetipnodebyname()
|
/titanic_50/usr/src/cmd/lp/model/netpr/ |
H A D | tcp_misc.c | 98 serv_addr.sin6_family = hp->h_addrtype; in tcp_open()
|