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

/netbsd-6-1-5-RELEASE/sbin/pppoectl/
H A Dpppoectl.c474 int timeout_arg = atoi(arg+off); local
475 if ((timeout_arg > 20000) || (timeout_arg <= 0))
478 lcp.lcp_timeout = timeout_arg * hz / 1000;

Completed in 110 milliseconds