Lines Matching refs:ipif
92 * Supports IP_BOUND_IF by following the ipif/ill when recursing.
515 * it tries to match the route to the corresponding ipif for the ifindex
991 ipif_t *ipif;
997 ipif = ipif_lookup_addr_nondup_v6(v6src, NULL, zoneid, ipst);
1000 ipif = ipif_lookup_addr_nondup(v4src, NULL, zoneid, ipst);
1002 if (ipif == NULL)
1004 ill = ipif->ipif_ill;
1006 ipif_refrele(ipif);
1016 ipif_t *ipif;
1025 ipif = ipif_lookup_addr_nondup_v6(&v6src, ill, zoneid, ipst);
1028 ipif = ipif_lookup_addr_nondup(v4src, ill, zoneid, ipst);
1031 if (ipif != NULL) {
1032 ipif_refrele(ipif);