Searched refs:oifp (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Draw_ip6.c347 struct ifnet *oifp = NULL; local
433 oifp = ifindex2ifnet[pi->ipi6_ifindex];
434 if (oifp != NULL)
435 ifnet_reference(oifp);
438 oifp = im6o_multicast_ifp;
439 ifnet_reference(oifp);
440 ip6->ip6_dst.s6_addr16[1] = htons(oifp->if_index);
485 if (oifp != NULL)
486 ifnet_release(oifp);
491 oifp
[all...]
H A Dmld6.c3229 struct ifnet *oifp = NULL; local
3312 &oifp, NULL);
3318 if (oifp != NULL)
3319 ifnet_release(oifp);
3324 if (oifp != NULL) {
3325 icmp6_ifstat_inc(oifp, ifs6_out_msg);
3329 icmp6_ifstat_inc(oifp, ifs6_out_mldreport);
3332 icmp6_ifstat_inc(oifp, ifs6_out_mlddone);
3335 ifnet_release(oifp);
H A Din6.c2935 struct ifnet *oifp,
2944 if (oifp == NULL) {
2959 if (in6_addr2scopeid(ifp, dst) != in6_addr2scopeid(oifp, dst))
3155 if (bifp == oifp && ifp != oifp) { /* (1) */
3159 if (bifp != oifp && ifp == oifp) /* (2) */
3213 if (oifp == ifa_best->ia_ifp)
2934 in6_ifawithscope( struct ifnet *oifp, struct in6_addr *dst) argument
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c7611 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, argument
7627 (dir != PF_IN && dir != PF_OUT) || oifp == NULL)
7697 if (oifp != ifp) {
7826 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, argument
7841 (dir != PF_IN && dir != PF_OUT) || oifp == NULL)
7905 if (oifp != ifp) {

Completed in 49 milliseconds