Home
last modified time | relevance | path

Searched refs:maxfail (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libdscp/svc/
H A Ddscp.ppp.options43 maxfail 0
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c111 int maxfail = 10; /* max # of unsuccessful connection attempts */ variable
305 { "maxfail", o_int, &maxfail,
H A Dpppd.h268 extern int maxfail; /* Max # of unsuccessful connection attempts */
H A Dmain.c997 if (!persist || (maxfail > 0 && unsuccess >= maxfail))