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

/freebsd-11-stable/sys/netinet6/
H A Dnd6.h335 #define V_nd6_delay VNET(nd6_delay) macro
H A Dnd6.c586 * on first packet matching entry, waiting V_nd6_delay and
592 * can be guessed by control plane). However, after V_nd6_delay
596 * Typically, V_nd6_gctimer is bigger than V_nd6_delay, so
599 * 1) Arm timer to run each V_nd6_delay seconds to make sure that
601 * would be able to switch to PROBE state in V_nd6_delay seconds
607 * 3) Reschedule timer if packet was transmitted less that V_nd6_delay
625 nd_delay = V_nd6_delay;
669 * V_nd6_delay still not passed since the first
718 nd_delay = V_nd6_delay;
726 delay = (long)V_nd6_delay * h
[all...]

Completed in 127 milliseconds