HomeSort by: relevance | last modified time | path
    Searched defs:maxalive (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/pppoectl/
pppoectl.c 59 int max_auth_failures, u_int maxalive, time_t max_noreceive,
86 static int maxalive = -1; variable in typeref:typename:int
270 keepalivesettings.maxalive,
354 if (maxalive >= 0)
355 keepalivesettings.maxalive = maxalive;
370 keepalivesettings.maxalive,
446 maxalive = atoi(arg+off);
447 if (maxalive < 0) {
450 maxalive = -1
    [all...]
  /src/sys/net/
if_sppp.h 153 u_int maxalive; /* number of LCP echo req. w/o reply */ member in struct:spppkeepalivesettings
160 u_int maxalive; /* number of LCP echo req. w/o reply */ member in struct:spppkeepalivesettings50

Completed in 12 milliseconds