Searched refs:ipifp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c5025 * interface `ill'. If `ipifp' is non-NULL, it's set to a held ipif
5031 ipif_lookup_testaddr_v6(ill_t *ill, const in6_addr_t *v6srcp, ipif_t **ipifp) argument
5038 if (ipifp != NULL)
5039 *ipifp = ipif;
H A Dip_if.c11623 ip_subnet_mask(ipaddr_t addr, ipif_t **ipifp, ip_stack_t *ipst) argument
11633 *ipifp = NULL;
11672 *ipifp = ipif;
11680 *ipifp = fallback_ipif;
11951 ipif_t **ipifp; local
11957 ipifp = &ill->ill_ipif;
11958 for (; *ipifp != NULL; ipifp = &ipifp[0]->ipif_next) {
11959 if (*ipifp
[all...]
H A Dip.c15228 * interface `ill'. If `ipifp' is non-NULL, it's set to a held ipif
15234 ipif_lookup_testaddr_v4(ill_t *ill, const in_addr_t *v4srcp, ipif_t **ipifp) argument
15240 if (ipifp != NULL)
15241 *ipifp = ipif;

Completed in 117 milliseconds