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

  /src/sys/compat/common/
if_spppsubr50.c 134 settings->max_noreceive = (uint32_t)sp->pp_max_noreceive;
145 sp->pp_max_noreceive = (time_t)settings->max_noreceive;
  /src/sbin/pppoectl/
pppoectl.c 59 int max_auth_failures, u_int maxalive, time_t max_noreceive,
87 static int max_noreceive = -1; variable in typeref:typename:int
271 keepalivesettings.max_noreceive,
352 if (max_noreceive >= 0)
353 keepalivesettings.max_noreceive = max_noreceive;
371 keepalivesettings.max_noreceive,
437 max_noreceive = atoi(arg+off);
438 if (max_noreceive < 0) {
441 max_noreceive = -1
    [all...]
  /src/sys/net/
if_sppp.h 154 time_t max_noreceive; /* (sec.) grace period before we start member in struct:spppkeepalivesettings
161 uint32_t max_noreceive; /* (sec.) grace period before we start member in struct:spppkeepalivesettings50
if_spppsubr.c 6160 settings->max_noreceive = sp->pp_max_noreceive;
6172 sp->pp_max_noreceive = settings->max_noreceive;

Completed in 18 milliseconds