Searched refs:pp_loopcnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/net/
H A Dif_sppp.h146 u_short pp_loopcnt; /* loopback detection counter */ member in struct:sppp
H A Dif_spppsubr.c1023 sp->pp_loopcnt = 0;
1325 if (sp->pp_loopcnt >= MAXALIVECNT) {
1328 sp->pp_loopcnt = 0;
1334 ++sp->pp_loopcnt;
1340 sp->pp_loopcnt = 0;
1618 if (sp->pp_loopcnt)
1817 sp->pp_loopcnt = MAXALIVECNT * 5;
2361 sp->pp_loopcnt = 0;
2366 if (debug && sp->pp_loopcnt < MAXALIVECNT*5)
2368 ++sp->pp_loopcnt;
[all...]

Completed in 111 milliseconds