HomeSort by: relevance | last modified time | path
    Searched refs:nd6_purge (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
nd6.h 172 void nd6_purge(struct ifnet *, struct in6_ifextra *);
in6_ifattach.c 669 nd6_purge(ifp, NULL);
nd6.c 196 /* Ensure all IPv6 addresses are purged before calling nd6_purge */
198 nd6_purge(ifp, ext);
531 nd6_purge(struct ifnet *ifp, struct in6_ifextra *ext) function
547 * nd6_purge() is invoked by in6_ifdetach() which is called

Completed in 21 milliseconds