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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1478 uint_t dst_restrict_ill; member in struct:dstinfo
1627 * If dstinfo->dst_restrict_ill is set, this rule is unnecessary
1630 if (dstinfo->dst_restrict_ill)
1971 dstinfo.dst_restrict_ill = B_TRUE;
1973 dstinfo.dst_restrict_ill = restrict_ill;
1982 if (dstinfo.dst_restrict_ill)
2127 * Only one ill to consider if dst_restrict_ill is set.
2129 if (dstinfo.dst_restrict_ill)

Completed in 64 milliseconds