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

12

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c1589 ifa->ifa_ifp ? if_name(ifa->ifa_ifp) : "???");
1599 if (ifa->ifa_ifp == NULL)
1600 panic("nd6_dad_start: ifa->ifa_ifp == NULL");
1601 if (!(ifa->ifa_ifp->if_flags & IFF_UP) ||
1602 (ifa->ifa_ifp->if_eflags & IFEF_IPV6_ND6ALT)) {
1616 ifa->ifa_ifp ? if_name(ifa->ifa_ifp) : "???");
1626 if_name(ifa->ifa_ifp),
1642 ndi = ND_IFINFO(ifa->ifa_ifp);
[all...]
H A Din6_src.c283 (ia6->ia_ifa.ifa_ifp->if_type == IFT_CELLULAR))) {
529 ia_best->ia_ifa.ifa_ifp->if_type == IFT_CELLULAR) {
756 scope, if_name(ifa->ifa_ifp),
761 if_name(ifa->ifa_ifp));
781 s_src, s_dst, ifscope, if_name(ifa->ifa_ifp));
788 ifscope = ifa->ifa_ifp->if_index;
817 (ifa->ifa_ifp != ron->ro_rt->rt_ifp && !proxied_ifa))))) ||
877 (ifa->ifa_ifp != ro->ro_rt->rt_ifp && !proxied_ifa))))) {
935 (ifa->ifa_ifp != ifp && ifp != lo_ifp) ||
955 if_name(ifa->ifa_ifp));
[all...]
H A Dah_input.c510 m->m_pkthdr.rcvif = ifa->ifa_ifp;
931 m->m_pkthdr.rcvif = ifa->ifa_ifp;
H A Din6.c737 if (ia->ia_ifa.ifa_ifp != ifp) {
1361 if (ia->ia_ifa.ifa_ifp != ifp) {
2024 struct ifnet *ifp = ifa->ifa_ifp;
2174 if (ia->ia_ifa.ifa_ifp != ifp) {
H A Din6_var.h147 #define ia_ifp ia_ifa.ifa_ifp
H A Desp_input.c577 m->m_pkthdr.rcvif = ifa->ifa_ifp;
1043 m->m_pkthdr.rcvif = ifa->ifa_ifp;
H A Din6_ifattach.c942 if (ia->ia_ifa.ifa_ifp != ifp) {
H A Din6_pcb.c268 outif = ifa->ifa_ifp;
H A Draw_ip6.c839 outif = ifa->ifa_ifp;
H A Dnd6.c1124 ifp = ia6->ia_ifa.ifa_ifp;
1441 * use rt->rt_ifa->ifa_ifp, which would specify the REAL
1443 * Note also that ifa_ifp and ifp may differ when we connect two
1448 * If the address is from a proxied prefix, the ifa_ifp and ifp might
1455 (ifp && rt->rt_ifa->ifa_ifp != ifp &&
1541 if (dstaddr->ifa_ifp == ifp) {
H A Dnd6_rtr.c3903 struct ifnet *ifp = ia0->ia_ifa.ifa_ifp;
/darwin-on-arm/xnu/bsd/netat/
H A Dat_var.h164 #define aa_ifp aa_ifa.ifa_ifp
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c638 ifa->ifa_ifp->if_type == IFT_CELLULAR) {
674 ifscope = ifa->ifa_ifp->if_index;
3167 scope, if_name(ifa->ifa_ifp),
3172 if_name(ifa->ifa_ifp));
3216 if (ifa->ifa_ifp != rt->rt_ifp) {
3237 src.s_addr, ifa->ifa_ifp->if_index);
3275 ifa->ifa_ifp != ro->ro_rt->rt_ifp && ipforwarding) {
3289 s_src, s_dst, ifscope, if_name(ifa->ifa_ifp));
3302 (ifa == NULL || (ifa->ifa_ifp != rt_ifp && rt_ifp != lo_ifp) ||
3309 if_name(ifa->ifa_ifp));
[all...]
H A Din_gif.c372 if ((ifnet_flags(ia4->ia_ifa.ifa_ifp) & IFF_BROADCAST) == 0)
H A Din_var.h84 #define ia_ifp ia_ifa.ifa_ifp
H A Draw_ip.c765 ifp = ia->ia_ifa.ifa_ifp;
868 outif = ifa->ifa_ifp;
H A Dip_divert.c422 m->m_pkthdr.rcvif = ifa->ifa_ifp;
H A Din_pcb.c485 outif = ifa->ifa_ifp;
832 ia->ia_ifa.ifa_ifp->if_type == IFT_CELLULAR) {
H A Dip_mroute.c697 ifp = ifa->ifa_ifp;
/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c857 (ifp = ifa->ifa_ifp) && (Ifaaddr || Gate)) {
877 ifp = ifa->ifa_ifp;
889 ifp = ifa->ifa_ifp;
1268 struct ifnet *ifp = ifa->ifa_ifp;
1593 ifam->ifam_index = ifa->ifa_ifp->if_index;
1727 ifam->ifam_index = ifa->ifa_ifp->if_index;
H A Droute.c1507 newifa = ifaof_ifpforaddr(dst, ifa->ifa_ifp);
1543 ifa != NULL && ifa->ifa_ifp->if_index != ifscope) {
1908 * examine the ifa and ifa->ifa_ifp if it so desires.
1911 rt->rt_ifp = rt->rt_ifa->ifa_ifp;
2958 if (!(rt->rt_ifa->ifa_ifp->if_flags &
2977 if (rt->rt_ifp != ifa->ifa_ifp) {
2987 rt->rt_if_ref_fn(ifa->ifa_ifp, 1);
2996 rt->rt_ifp = ifa->ifa_ifp;
2997 rt->rt_rmx.rmx_mtu = ifa->ifa_ifp->if_mtu; /*XXX*/
H A Dif_stf.c670 if ((ia4->ia_ifa.ifa_ifp->if_flags & IFF_BROADCAST) == 0) {
H A Dif.c280 if (ifa->ifa_ifp != ifp) {
281 panic("%s: Mismatch ifa_ifp=%p != ifp=%p", __func__,
282 ifa->ifa_ifp, ifp);
337 } else if (ifa->ifa_ifp != ifp) {
338 panic("%s: Mismatch ifa_ifp=%p, ifp=%p", __func__,
339 ifa->ifa_ifp, ifp);
1195 ((ifp = ifa->ifa_ifp) == 0) || ((dst = rt_key(rt)) == 0))
H A Dif_var.h750 struct ifnet *ifa_ifp; /* back-pointer to interface */ member in struct:ifaddr
H A Dkpi_interface.c1952 /* ifa_ifp is set once at creation time; it is never changed */
1953 ifp = ifa->ifa_ifp;

Completed in 254 milliseconds

12