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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.h135 u_int32_t lqr_period; /* Reporting period for LQR 1/100ths second */ member in struct:lcp_options
H A Dlcp.c978 if (f->state == ACKSENT && go->neg_lqr && go->lqr_period == 0 &&
979 ho->neg_lqr && ho->lqr_period == 0)
980 go->lqr_period = 500;
981 ADDCILQR(CI_QUALITY, go->neg_lqr, go->lqr_period);
1155 ACKCILQR(CI_QUALITY, go->neg_lqr, go->lqr_period);
1403 * ao->lqr_period isn't zero, then take his suggestion. If he
1405 * value and wo->lqr_period is zero, then take his suggestion. If
1407 * wo->lqr_period, then ignore it.
1412 else if (cilong == 0 && go->neg_fcs && wo->lqr_period != 0)
1413 try.lqr_period
[all...]

Completed in 63 milliseconds