Home
last modified time | relevance | path

Searched refs:nd6_delay (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/
H A Din6_proto.c741 nd6_delay, CTLFLAG_RW | CTLFLAG_LOCKED, &nd6_delay, 0, "");
H A Dnd6.h806 extern int nd6_delay;
H A Dnd6.c118 int nd6_delay = 5; /* delay first probe time 5 second */ variable
4385 ln_setexpire(ln, timenow + nd6_delay); in nd6_output_list()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c328 ln_setexpire(ln, net_uptime() + nd6_delay); in fsw_ethernet_resolve()