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 195 /* Ensure all IPv6 addresses are purged before calling nd6_purge */
197 nd6_purge(ifp, ext);
530 nd6_purge(struct ifnet *ifp, struct in6_ifextra *ext) function in typeref:typename:void
546 * nd6_purge() is invoked by in6_ifdetach() which is called

Completed in 13 milliseconds