Home | History | Annotate | Download | only in pppoectl

Lines Matching defs:max_noreceive

59 	int max_auth_failures, u_int maxalive, time_t max_noreceive,
87 static int max_noreceive = -1;
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;