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

  /src/sys/compat/common/
if_spppsubr50.c 133 settings->maxalive = sp->pp_maxalive;
144 sp->pp_maxalive = settings->maxalive;
  /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
if_spppsubr.c 6159 settings->maxalive = sp->pp_maxalive;
6171 sp->pp_maxalive = settings->maxalive;

Completed in 17 milliseconds