HomeSort by: relevance | last modified time | path
    Searched defs:max_noreceive (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,
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

Completed in 11 milliseconds