Home
last modified time | relevance | path

Searched refs:max_noreceive (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sbin/pppoectl/
Dpppoectl.c59 int max_auth_failures, u_int maxalive, time_t max_noreceive,
87 static int max_noreceive = -1; variable
271 keepalivesettings.max_noreceive, in main()
352 if (max_noreceive >= 0) in main()
353 keepalivesettings.max_noreceive = max_noreceive; in main()
371 keepalivesettings.max_noreceive, in main()
437 max_noreceive = atoi(arg+off); in pppoectl_argument()
438 if (max_noreceive < 0) { in pppoectl_argument()
441 max_noreceive = -1; in pppoectl_argument()
/netbsd/src/sys/compat/common/
Dif_spppsubr50.c134 settings->max_noreceive = (uint32_t)sp->pp_max_noreceive; in sppp_compat50_params()
145 sp->pp_max_noreceive = (time_t)settings->max_noreceive; in sppp_compat50_params()
/netbsd/src/sys/net/
Dif_sppp.h154 time_t max_noreceive; /* (sec.) grace period before we start member
161 uint32_t max_noreceive; /* (sec.) grace period before we start member
Dif_spppsubr.c6199 settings->max_noreceive = sp->pp_max_noreceive; in sppp_params()
6211 sp->pp_max_noreceive = settings->max_noreceive; in sppp_params()