Home
last modified time | relevance | path

Searched refs:ND6_IFF_ACCEPT_RTADV (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/ndp/
H A Dndp.c1056 #ifdef ND6_IFF_ACCEPT_RTADV in ifinfo()
1057 SETFLAG("accept_rtadv", ND6_IFF_ACCEPT_RTADV); in ifinfo()
1130 #ifdef ND6_IFF_ACCEPT_RTADV in ifinfo()
1131 if ((ND.flags & ND6_IFF_ACCEPT_RTADV)) in ifinfo()
/f-stack/freebsd/netinet6/
H A Dnd6.c298 nd->flags |= ND6_IFF_ACCEPT_RTADV; in nd6_ifattach()
1185 if (ND_IFINFO(ifp)->flags & ND6_IFF_ACCEPT_RTADV) { in nd6_purge()
1358 if (ND_IFINFO(ifp)->flags & ND6_IFF_ACCEPT_RTADV && in nd6_is_new_addr_neighbor()
1415 if ((ND_IFINFO(ifp)->flags & ND6_IFF_ACCEPT_RTADV) != 0) in nd6_free()
1432 if (ND_IFINFO(ifp)->flags & ND6_IFF_ACCEPT_RTADV) { in nd6_free()
2091 ND_IFINFO(ifp)->flags & ND6_IFF_ACCEPT_RTADV) { in nd6_cache_lladdr()
H A Dnd6.h83 #define ND6_IFF_ACCEPT_RTADV 0x2 macro
H A Dnd6_rtr.c170 if (!V_ip6_forwarding || ND_IFINFO(ifp)->flags & ND6_IFF_ACCEPT_RTADV) in nd6_rs_input()
371 if (!(ndi->flags & ND6_IFF_ACCEPT_RTADV)) in nd6_ra_input()
762 if (ND_IFINFO(dr->ifp)->flags & ND6_IFF_ACCEPT_RTADV) in defrouter_del()
H A Dnd6_nbr.c165 if (ND_IFINFO(ifp)->flags & ND6_IFF_ACCEPT_RTADV && V_ip6_norbit_raif) in nd6_ns_input()
884 ND6_IFF_ACCEPT_RTADV) != 0) in nd6_na_input()
/f-stack/tools/ifconfig/
H A Daf_inet6.c552 DEF_CMD("accept_rtadv", ND6_IFF_ACCEPT_RTADV, setnd6flags),
553 DEF_CMD("-accept_rtadv",-ND6_IFF_ACCEPT_RTADV, setnd6flags),
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h83 #define ND6_IFF_ACCEPT_RTADV 0x2 macro