Searched refs:maxalive (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_sppp.h148 u_int maxalive; /* number of LCP echo req. w/o reply */ member in struct:spppkeepalivesettings
154 u_int maxalive; /* number of LCP echo req. w/o reply */ member in struct:spppkeepalivesettings50
H A Dif_spppsubr.c5326 settings->maxalive = sp->pp_maxalive;
5334 sp->pp_maxalive = settings->maxalive;
5355 settings->maxalive = sp->pp_maxalive;
5363 sp->pp_maxalive = settings->maxalive;
/netbsd-6-1-5-RELEASE/sbin/pppoectl/
H A Dpppoectl.c59 int max_auth_failures, u_int maxalive, time_t max_noreceive);
69 static int maxalive = -1; variable
291 keepalivesettings.maxalive,
363 if (maxalive >= 0)
364 keepalivesettings.maxalive = maxalive;
377 keepalivesettings.maxalive,
451 maxalive = atoi(arg+off);
452 if (maxalive < 0) {
455 maxalive
[all...]

Completed in 486 milliseconds