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

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Draw_ip6.c343 struct ifnet *oifp = NULL; local
451 oifp = ifindex2ifnet[pi->ipi6_ifindex];
452 if (oifp != NULL)
453 ifnet_reference(oifp);
456 oifp = im6o_multicast_ifp;
457 ifnet_reference(oifp);
458 ip6->ip6_dst.s6_addr16[1] = htons(oifp->if_index);
503 if (oifp != NULL)
504 ifnet_release(oifp);
509 oifp
[all...]
H A Dmld6.c3431 struct ifnet *oifp = NULL; local
3506 &oifp, NULL);
3513 if (oifp != NULL)
3514 ifnet_release(oifp);
3519 if (oifp != NULL) {
3520 icmp6_ifstat_inc(oifp, ifs6_out_msg);
3524 icmp6_ifstat_inc(oifp, ifs6_out_mldreport);
3527 icmp6_ifstat_inc(oifp, ifs6_out_mlddone);
3530 ifnet_release(oifp);
H A Din6.c2954 in6_ifawithscope(struct ifnet *oifp, struct in6_addr *dst) argument
2962 if (oifp == NULL) {
2977 if (in6_addr2scopeid(ifp, dst) != in6_addr2scopeid(oifp, dst))
3172 if (bifp == oifp && ifp != oifp) { /* (1) */
3176 if (bifp != oifp && ifp == oifp) /* (2) */
3231 if (oifp == ifa_best->ia_ifp)
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c2774 struct ifnet *rtifp, *oifp; local
2787 oifp = inp->inp_last_outifp;
2791 if (oifp != NULL && oifp != rtifp)
2792 if_qflush_sc(oifp, so_tc2msc(optval), flowhash, NULL, NULL, 0);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c7686 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, argument
7704 (dir != PF_IN && dir != PF_OUT) || oifp == NULL)
7772 if (oifp != ifp) {
7860 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, argument
7875 (dir != PF_IN && dir != PF_OUT) || oifp == NULL)
7939 if (oifp != ifp) {

Completed in 213 milliseconds