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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_nbr.c78 static void nd6_dad_timer(struct ifaddr *);
1027 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1037 (void (*)(void *))nd6_dad_timer, (void *)dp->dad_ifa);
1125 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa,
1135 timeout((void (*)(void *))nd6_dad_timer, (void *)ifa,
1157 untimeout((void (*)(void *))nd6_dad_timer, (void *)ifa);
1169 nd6_dad_timer( function
1177 log(LOG_ERR, "nd6_dad_timer: called with null parameter\n");
1182 log(LOG_ERR, "nd6_dad_timer: DAD structure not found\n");
1186 log(LOG_ERR, "nd6_dad_timer
[all...]

Completed in 500 milliseconds