Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdscp/svc/
H A Ddscp.ppp.options41 maxfail 0
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c105 int maxfail = 10; /* max # of unsuccessful connection attempts */ variable
299 { "maxfail", o_int, &maxfail,
H A Dpppd.h275 extern int maxfail; /* Max # of unsuccessful connection attempts */
H A Dmain.c994 if (!persist || (maxfail > 0 && unsuccess >= maxfail))