Home | Sort by: relevance | last modified time | path |
/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; |