OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxfail
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
options.c
107
int
maxfail
= 10; /* max # of unsuccessful connection attempts */
variable
254
{ "
maxfail
", o_int, &
maxfail
,
[
all
...]
pppd.h
309
extern int
maxfail
; /* Max # of unsuccessful connection attempts */
[
all
...]
main.c
601
if (!persist || asked_to_quit || (
maxfail
> 0 && unsuccess >=
maxfail
))
[
all
...]
Completed in 3555 milliseconds