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

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_nbr.c103 static void nd6_dad_timer(struct ifaddr *);
1505 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1596 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa, retrans);
1605 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa,
1669 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1703 nd6_dad_timer(struct ifaddr *ifa) function
1711 log(LOG_ERR, "nd6_dad_timer: called with null parameter\n");
1723 log(LOG_ERR, "nd6_dad_timer: DAD structure not found\n");
1728 log(LOG_ERR, "nd6_dad_timer: called with duplicated address "
1736 log(LOG_ERR, "nd6_dad_timer
[all...]

Completed in 114 milliseconds