Searched refs:rt6_flush (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/netinet6/
H A Dnd6.h447 void rt6_flush(struct in6_addr *, struct ifnet *);
H A Dnd6_rtr.c579 rt6_flush(&dr->rtaddr, dr->ifp);
2100 rt6_flush(struct in6_addr *gateway, struct ifnet *ifp) function
H A Dnd6_nbr.c877 * call rt6_flush explicitly.
879 rt6_flush(&ip6->ip6_src, ifp);
H A Dnd6.c1072 * We need to unlock to avoid a LOR with rt6_flush() with the
1080 * rt6_flush must be called whether or not the neighbor
1084 rt6_flush(&L3_ADDR_SIN6(ln)->sin6_addr, ifp);

Completed in 67 milliseconds