Home
last modified time | relevance | path

Searched refs:IFF_LOOPBACK (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/net/
H A Dif_disc.c108 ifp->if_flags = IFF_LOOPBACK | IFF_MULTICAST; in disc_clone_create()
H A Dif_loop.c134 ifp->if_flags = IFF_LOOPBACK | IFF_MULTICAST; in lo_clone_create()
H A Dif_llatbl.c95 if (llt->llt_ifp->if_flags & IFF_LOOPBACK) in lltable_dump_af()
431 if (llt->llt_ifp->if_flags & IFF_LOOPBACK) in lltable_update_ifaddr()
H A Dif.h145 #define IFF_LOOPBACK 0x8 /* (i) is a loopback net */ macro
H A Ddebugnet_inet.c135 (m->m_pkthdr.rcvif->if_flags & IFF_LOOPBACK) == 0) { in debugnet_handle_ip()
/f-stack/freebsd/netinet6/
H A Din6_ifattach.c437 if ((ifp->if_flags & IFF_LOOPBACK) != 0) { in in6_ifattach_linklocal()
712 if ((ifp->if_flags & IFF_LOOPBACK) != 0) { in in6_ifattach()
H A Dnd6.c277 if ((ifp->if_flags & IFF_LOOPBACK) == 0) in nd6_ifattach()
286 (ifp->if_flags & IFF_LOOPBACK)) in nd6_ifattach()
296 !(ifp->if_flags & IFF_LOOPBACK) && in nd6_ifattach()
302 if (V_ip6_no_radr && !(ifp->if_flags & IFF_LOOPBACK)) in nd6_ifattach()
2193 if ((ifp->if_flags & IFF_LOOPBACK) == 0) in nd6_output_ifp()
H A Dip6_forward.c274 if ((nh->nh_ifp->if_flags & IFF_LOOPBACK) != 0) { in ip6_forward()
H A Din6.c981 if ((ifp->if_flags & (IFF_POINTOPOINT|IFF_LOOPBACK)) != 0 && in in6_validate_ifra()
1009 if ((ifp->if_flags & (IFF_POINTOPOINT|IFF_LOOPBACK)) == 0) { in in6_validate_ifra()
1083 if ((ifp->if_flags & (IFF_POINTOPOINT | IFF_LOOPBACK)) != 0) { in in6_alloc_ifa()
2004 if ((ifp->if_flags & IFF_LOOPBACK) != 0) in in6if_do_dad()
2030 if ((ifp->if_flags & IFF_LOOPBACK) == 0 && in in6_setmaxmtu()
H A Dscope6.c404 if (!(ifp->if_flags & IFF_LOOPBACK)) in in6_setscope()
H A Dmld6.c1122 if (ifp->if_flags & IFF_LOOPBACK) in mld_v1_input_report()
2008 if ((ifp->if_flags & IFF_LOOPBACK) || in mld_initial_join()
2146 if ((ifp->if_flags & IFF_LOOPBACK) || in mld_handle_state_change()
H A Din6_src.c799 if (!(ifp->if_flags & IFF_LOOPBACK) && in selectroute()
H A Dip6_output.c840 } else if ((ifp->if_flags & IFF_LOOPBACK) == 0 || in ip6_output()
934 if (ip6->ip6_hlim == 0 || (ifp->if_flags & IFF_LOOPBACK) || in ip6_output()
H A Dip6_mroute.c709 ifp->if_flags |= IFF_LOOPBACK; in add_m6if()
/f-stack/freebsd/netinet/
H A Dip_fastfwd.c251 (m->m_pkthdr.rcvif->if_flags & IFF_LOOPBACK) || in ip_tryforward()
H A Din.c809 if ((ifp->if_flags & IFF_LOOPBACK) || in ia_need_loopback_route()
837 } else if (ia->ia_ifp->if_flags & IFF_LOOPBACK) { in ia_getrtprefix()
881 (!(ia->ia_ifp->if_flags & (IFF_POINTOPOINT|IFF_LOOPBACK)))) { in in_handle_ifaddr_route()
H A Dip_input.c512 if ((ifp->if_flags & IFF_LOOPBACK) == 0) { in ip_input()
684 ifp != NULL && ((ifp->if_flags & IFF_LOOPBACK) == 0) && in ip_input()
H A Digmp.c1268 if (ifp->if_flags & IFF_LOOPBACK) in igmp_input_v1_report()
1387 if (ifp->if_flags & IFF_LOOPBACK) { in igmp_input_v2_report()
2410 if ((ifp->if_flags & IFF_LOOPBACK) || in igmp_initial_join()
2525 if ((ifp->if_flags & IFF_LOOPBACK) || in igmp_handle_state_change()
H A Dip_output.c642 if (ip->ip_ttl == 0 || ifp->if_flags & IFF_LOOPBACK) { in ip_output()
732 if ((ifp->if_flags & IFF_LOOPBACK) == 0) { in ip_output()
H A Draw_ip.c862 if ((ifp->if_flags & IFF_LOOPBACK) in rip_ctlinput()
H A Din_pcb.c1237 if ((nh->nh_ifp->if_flags & IFF_LOOPBACK) == 0) { in in_pcbladdr()
1292 if ((nh->nh_ifp->if_flags & IFF_LOOPBACK) != 0) { in in_pcbladdr()
/f-stack/tools/compat/include/net/
H A Dif.h131 #define IFF_LOOPBACK 0x8 /* (i) is a loopback net */ macro
/f-stack/tools/arp/
H A Darp.c897 IFF_LOOPBACK|IFF_NOARP)) != (IFF_UP|IFF_BROADCAST)) in get_ether_addr()
/f-stack/lib/
H A Dff_route.c575 ginfo.rti_ifp->if_flags & IFF_LOOPBACK) { in fill_addrinfo()
1337 ginfo.rti_ifp->if_flags & IFF_LOOPBACK) {
/f-stack/freebsd/net/route/
H A Dnhop_ctl.c139 if ((nh->nh_ifp->if_flags & IFF_LOOPBACK) && in get_aifp()

12