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

/freebsd-10.3-release/sys/netinet6/
H A Dnd6_nbr.c91 static void nd6_dad_timer(struct dadq *);
1251 (void (*)(void *))nd6_dad_timer, (void *)dp);
1386 * The DAD queue entry may have been removed by nd6_dad_timer() while
1398 nd6_dad_timer(struct dadq *dp) function
1408 log(LOG_ERR, "nd6_dad_timer: called with null parameter\n");
1413 log(LOG_ERR, "nd6_dad_timer: cancel DAD on %s because of "
1418 log(LOG_ERR, "nd6_dad_timer: called with duplicated address "
1425 log(LOG_ERR, "nd6_dad_timer: called with non-tentative address "

Completed in 92 milliseconds