Searched refs:match_ill (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 159 ipif_lookup_addr_common_v6(const in6_addr_t *addr, ill_t *match_ill, argument 177 if (match_ill != NULL && ill != match_ill && 178 (!match_illgrp || !IS_IN_SAME_ILLGRP(ill, match_ill))) { 225 * `match_ill' argument is non-NULL, the lookup is restricted to that ill 226 * (or illgrp if `match_ill' is in an IPMP group). 229 ipif_lookup_addr_v6(const in6_addr_t *addr, ill_t *match_ill, zoneid_t zoneid, argument 232 return (ipif_lookup_addr_common_v6(addr, match_ill, IPIF_MATCH_ILLGRP, 242 ipif_lookup_addr_nondup_v6(const in6_addr_t *addr, ill_t *match_ill, argument 245 return (ipif_lookup_addr_common_v6(addr, match_ill, 256 ipif_lookup_addr_exact_v6(const in6_addr_t *addr, ill_t *match_ill, ip_stack_t *ipst) argument 274 ipif_lookup_addr_zoneid_v6(const in6_addr_t *addr, ill_t *match_ill, ip_stack_t *ipst) argument [all...] |
H A D | ip_if.c | 4611 ipif_lookup_addr_common(ipaddr_t addr, ill_t *match_ill, uint32_t match_flags, argument 4629 if (match_ill != NULL && ill != match_ill && 4630 (!match_illgrp || !IS_IN_SAME_ILLGRP(ill, match_ill))) { 4673 * `match_ill' argument is non-NULL, the lookup is restricted to that ill 4674 * (or illgrp if `match_ill' is in an IPMP group). 4677 ipif_lookup_addr(ipaddr_t addr, ill_t *match_ill, zoneid_t zoneid, argument 4680 return (ipif_lookup_addr_common(addr, match_ill, IPIF_MATCH_ILLGRP, 4690 ipif_lookup_addr_nondup(ipaddr_t addr, ill_t *match_ill, zoneid_t zoneid, argument 4693 return (ipif_lookup_addr_common(addr, match_ill, 4704 ipif_lookup_addr_exact(ipaddr_t addr, ill_t *match_ill, ip_stack_t *ipst) argument 4721 ipif_lookup_addr_zoneid(ipaddr_t addr, ill_t *match_ill, ip_stack_t *ipst) argument [all...] |
Completed in 64 milliseconds