OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
481
if ((
timeout_arg
> 20000) || (
timeout_arg
<= 0))
484
lcp.lcp_timeout =
timeout_arg
* hz / 1000;
Completed in 71 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026