Home
last modified time | relevance | path

Searched refs:defrouter_remove (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet6/
H A Dnd6.h401 bool defrouter_remove(struct in6_addr *, struct ifnet *);
H A Dnd6_rtr.c862 defrouter_remove(struct in6_addr *addr, struct ifnet *ifp) in defrouter_remove() function
1057 defrouter_remove(&new->rtaddr, new->ifp); in defrtrlist_update()
H A Dnd6_nbr.c918 if (!defrouter_remove(&ln->r_l3addr.addr6, nd6_ifp) && in nd6_na_input()