HomeSort by relevance Sort by last modified time
    Searched refs:neg_lqr (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
lcp.h 100 bool neg_lqr; /* Negotiate use of Link Quality Reports */ member in struct:lcp_options
lcp.c 692 LENCILQR(go->neg_lqr) +
769 ADDCILQR(CI_QUALITY, go->neg_lqr, go->lqr_period);
918 ACKCILQR(CI_QUALITY, go->neg_lqr, go->lqr_period);
1175 NAKCILQR(CI_QUALITY, neg_lqr,
1177 try.neg_lqr = 0;
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 94 u_int neg_lqr : 1; /* Negotiate use of Link Quality Reports */ member in struct:lcp_options
lcp.c 265 wo->neg_lqr = 0; /* no LQR implementation yet */
278 ao->neg_lqr = 0; /* no LQR implementation yet */
550 LENCILQR(go->neg_lqr) +
615 ADDCILQR(CI_QUALITY, go->neg_lqr, go->lqr_period);
729 ACKCILQR(CI_QUALITY, go->neg_lqr, go->lqr_period);
933 NAKCILQR(CI_QUALITY, neg_lqr,
935 try.neg_lqr = 0;
1033 if (go->neg_lqr || no.neg_lqr || cilen != CILEN_LQR) {
    [all...]

Completed in 103 milliseconds