HomeSort by relevance Sort by last modified time
    Searched refs:unsuccess (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
main.c 149 int unsuccess; /* # unsuccessful connection attempts */ variable
545 ++unsuccess;
601 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))
    [all...]
pppd.h 242 extern int unsuccess; /* # unsuccessful connection attempts */
    [all...]
utils.c 817 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP
auth.c 1077 unsuccess = 0;
    [all...]

Completed in 78 milliseconds