Searched defs:dst_scope (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1480 in6addr_scope_t dst_scope; member in struct:dstinfo
1549 if (cc->cand_scope < dstinfo->dst_scope)
1554 if (bc->cand_scope < dstinfo->dst_scope)
1957 dstinfo.dst_scope = ip_addr_scope_v6(dst);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1432 int dst_scope, src_scope; local
1434 dst_scope = ipv6_addr_scope(&sin6->sin6_addr);
1451 src_scope == dst_scope) {

Completed in 72 milliseconds