Searched refs:ipa_src_ip (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c3589 p_arg->attr.ipa_src_ip.family != AF_UNSPEC ? 1 : 0;
3771 p_arg->attr.ipa_src_ip, p_arg->attr.ipa_dst_ip[0], &sgid,
3811 p_arg->attr.ipa_src_ip, p_arg->attr.ipa_dst_ip[i],
4049 IBCM_PRINT_IP("ibcm_val_ipattr SrcIP", &attrp->ipa_src_ip);
4050 if ((attrp->ipa_src_ip.family == AF_INET) &&
4051 (attrp->ipa_src_ip.un.ip4addr == htonl(INADDR_LOOPBACK) ||
4052 attrp->ipa_src_ip.un.ip4addr == INADDR_ANY)) {
4056 } else if ((attrp->ipa_src_ip.family == AF_INET6) &&
4057 (IN6_IS_ADDR_UNSPECIFIED(&attrp->ipa_src_ip.un.ip6addr) ||
4058 IN6_IS_ADDR_LOOPBACK(&attrp->ipa_src_ip
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c890 ipattr.ipa_src_ip.family = AF_INET;
891 ipattr.ipa_src_ip.un.ip4addr = myip;
1341 ipattr.ipa_src_ip.family = AF_INET;
1342 ipattr.ipa_src_ip.un.ip4addr = localip1;
2112 ipattr.ipa_src_ip.family = AF_INET;
2113 ipattr.ipa_src_ip.un.ip4addr = sendip1;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1212 bcopy(local_addrp, &path_attr.ipa_src_ip, sizeof (ibt_ip_addr_t));
1316 bcopy(&ibchanp->chan_local_addr, &path_attr.ipa_src_ip,
1321 if (ibcma_any_addr(&path_attr.ipa_src_ip))
1322 path_attr.ipa_src_ip.family = AF_UNSPEC;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h1705 ibt_ip_addr_t ipa_src_ip; /* Optional */ member in struct:ibt_ip_path_attr_s
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c327 ipattr.ipa_src_ip = *local_ip;
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c1970 ipattr.ipa_src_ip.family = rptp->dstip.family;
1974 ipattr.ipa_src_ip.un.ip4addr =
1977 ipattr.ipa_src_ip.un.ip6addr =

Completed in 78 milliseconds