Home
last modified time | relevance | path

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

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