Home
last modified time | relevance | path

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

/netbsd/external/mpl/dhcp/dist/server/
H A Ddhcpd.c1674 static TIME shutdown_time; variable
1734 shutdown_time = cur_time; in dhcp_io_shutdown_countdown()
1737 cur_time - shutdown_time > 4) { in dhcp_io_shutdown_countdown()
1739 shutdown_time = cur_time; in dhcp_io_shutdown_countdown()
1741 cur_time - shutdown_time > 4) { in dhcp_io_shutdown_countdown()
1743 shutdown_time = cur_time; in dhcp_io_shutdown_countdown()
1745 cur_time - shutdown_time > 4) { in dhcp_io_shutdown_countdown()
1747 shutdown_time = cur_time; in dhcp_io_shutdown_countdown()
1752 shutdown_time = cur_time; in dhcp_io_shutdown_countdown()
1805 shutdown_time = cur_time; in dhcp_io_shutdown_countdown()
[all …]