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

/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dtr.c69 static int routing_timeout = 10; variable
143 routing_timer.tv_sec = now.tv_sec + routing_timeout;
323 if ((now.tv_sec - rover->access_time) > routing_timeout) {
331 routing_timer.tv_sec = now.tv_sec + routing_timeout;

Completed in 93 milliseconds