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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c107 static void nd6_dad_timer(struct ifaddr *);
1563 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1648 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans);
1657 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa,
1721 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1756 nd6_dad_timer(struct ifaddr *ifa) function
1763 log(LOG_ERR, "nd6_dad_timer: called with null parameter\n");
1768 log(LOG_ERR, "nd6_dad_timer: DAD structure not found\n");
1773 log(LOG_ERR, "nd6_dad_timer: called with duplicated address "
1781 log(LOG_ERR, "nd6_dad_timer
[all...]

Completed in 22 milliseconds