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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1852 * The restrict_ill argument restricts the algorithm to choose a source
1866 boolean_t restrict_ill, uint32_t src_prefs, zoneid_t zoneid,
1973 dstinfo.dst_restrict_ill = restrict_ill;
1980 * possible source address. If restrict_ill is set, just use dst_ill.
2197 zoneid_t zoneid, ip_stack_t *ipst, uint_t restrict_ill, uint32_t src_prefs,
2223 ipif = ipif_select_source_v6(ill, dst, restrict_ill, src_prefs, zoneid,
1865 ipif_select_source_v6(ill_t *dstill, const in6_addr_t *dst, boolean_t restrict_ill, uint32_t src_prefs, zoneid_t zoneid, boolean_t allow_usesrc, boolean_t *notreadyp) argument
2196 ip_select_source_v6(ill_t *ill, const in6_addr_t *setsrc, const in6_addr_t *dst, zoneid_t zoneid, ip_stack_t *ipst, uint_t restrict_ill, uint32_t src_prefs, in6_addr_t *srcp, uint32_t *generation, uint64_t *flagsp) argument

Completed in 65 milliseconds