HomeSort by: relevance | last modified time | path
    Searched defs:timeout_arg (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/pppoectl/
pppoectl.c 480 int timeout_arg = atoi(arg+off); local in function:pppoectl_argument
481 if ((timeout_arg > 20000) || (timeout_arg <= 0))
484 lcp.lcp_timeout = timeout_arg * hz / 1000;
pppoectl.c 480 int timeout_arg = atoi(arg+off); local in function:pppoectl_argument
481 if ((timeout_arg > 20000) || (timeout_arg <= 0))
484 lcp.lcp_timeout = timeout_arg * hz / 1000;

Completed in 56 milliseconds