Searched refs:ifa_ifp (Results 1 - 22 of 22) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_nbr.c1076 ifa->ifa_ifp ? if_name(ifa->ifa_ifp) : "???");
1087 if (!ifa->ifa_ifp)
1088 panic("nd6_dad_start: ifa->ifa_ifp == NULL");
1089 if (!(ifa->ifa_ifp->if_flags & IFF_UP))
1101 ifa->ifa_ifp ? if_name(ifa->ifa_ifp) : "???");
1109 nd6log((LOG_DEBUG, "%s: starting DAD for %s\n", if_name(ifa->ifa_ifp),
1126 nd_ifinfo[ifa->ifa_ifp->if_index].retrans * hz / 1000);
1189 ifa->ifa_ifp
[all...]
H A Din6.c528 if (ia->ia_ifa.ifa_ifp != ifp)
561 if (ia->ia_ifa.ifa_ifp != ifp)
1401 struct ifnet *ifp = ifa->ifa_ifp;
1533 if (ia->ia_ifa.ifa_ifp != ifp)
H A Din6_src.c284 ia6 = in6_ifawithscope(ro->ro_rt->rt_ifa->ifa_ifp, dst);
H A Din6_var.h101 #define ia_ifp ia_ifa.ifa_ifp
H A Dnd6.c700 ifp = ia6->ia_ifa.ifa_ifp;
935 * use rt->rt_ifa->ifa_ifp, which would specify the REAL
940 (ifp && rt->rt_ifa->ifa_ifp != ifp))) {
H A Din6_ifattach.c962 if (ia->ia_ifa.ifa_ifp != ifp)
H A Din6_pcb.c675 ia6 = in6_ifawithscope(ro->ro_rt->rt_ifa->ifa_ifp, dst);
H A Dnd6_rtr.c1932 struct ifnet *ifp = ia0->ia_ifa.ifa_ifp;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_var.h84 #define ia_ifp ia_ifa.ifa_ifp
H A Dip_output.c548 ifscope = ifa->ifa_ifp->if_index;
3070 scope, ifa->ifa_ifp->if_name,
3071 ifa->ifa_ifp->if_unit, rt_ifp->if_name,
3076 ifa->ifa_ifp->if_name,
3077 ifa->ifa_ifp->if_unit);
3097 ip_src, ip_dst, ifscope, ifa->ifa_ifp->if_name,
3098 ifa->ifa_ifp->if_unit);
3109 (ifa == NULL || (ifa->ifa_ifp != rt_ifp && rt_ifp != lo_ifp) ||
3116 rt_ifp->if_unit, ifa->ifa_ifp->if_name,
3117 ifa->ifa_ifp
[all...]
H A Din_gif.c371 if ((ifnet_flags(ia4->ia_ifa.ifa_ifp) & IFF_BROADCAST) == 0)
H A Dip_divert.c402 m->m_pkthdr.rcvif = ifa->ifa_ifp;
H A Draw_ip.c636 ifp = ia->ia_ifa.ifa_ifp;
H A Dip_mroute.c707 ifp = ifa->ifa_ifp;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Drtsock.c706 (ifp = ifa->ifa_ifp) && (Ifaaddr || Gate)) {
725 ifp = ifa->ifa_ifp;
729 ifp = ifa->ifa_ifp;
1031 struct ifnet *ifp = ifa->ifa_ifp;
1217 ifam->ifam_index = ifa->ifa_ifp->if_index;
1284 ifam->ifam_index = ifa->ifa_ifp->if_index;
H A Droute.c1035 newifa = ifaof_ifpforaddr(dst, ifa->ifa_ifp);
1066 ifa != NULL && ifa->ifa_ifp->if_index != ifscope) {
1345 * examine the ifa and ifa->ifa_ifp if it so desires.
1348 rt->rt_ifp = rt->rt_ifa->ifa_ifp;
2059 if (!(rt->rt_ifa->ifa_ifp->if_flags &
2078 rt->rt_ifp = ifa->ifa_ifp;
2079 rt->rt_rmx.rmx_mtu = ifa->ifa_ifp->if_mtu; /*XXX*/
H A Dif_var.h566 struct ifnet *ifa_ifp; /* back-pointer to interface */ member in struct:ifaddr
H A Dif_stf.c602 if ((ia4->ia_ifa.ifa_ifp->if_flags & IFF_BROADCAST) == 0)
H A Dkpi_interface.c1259 ifp = ifa->ifa_ifp;
H A Dif.c949 ((ifp = ifa->ifa_ifp) == 0) || ((dst = rt_key(rt)) == 0))
H A Ddlil.c2534 ifa->ifa_ifp = ifp;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_var.h164 #define aa_ifp aa_ifa.ifa_ifp

Completed in 222 milliseconds