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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmultilink.c69 if (!wo->neg_mrru) {
72 wo->neg_mrru = 1;
75 ao->neg_mrru = 1;
100 if (!go->neg_mrru || !ho->neg_mrru) {
102 if (go->neg_mrru)
H A Dlcp.h121 bool neg_mrru; /* negotiate multilink MRRU */ member in struct:lcp_options
H A Dlcp.c195 OPT_LIMITS, &lcp_wantoptions[0].neg_mrru, PPP_MAXMRU, PPP_MINMRU },
854 go->neg_mrru = 0;
900 LENCISHORT(go->neg_mrru) +
992 ADDCISHORT(CI_MRRU, go->neg_mrru, go->mrru);
1168 ACKCISHORT(CI_MRRU, go->neg_mrru, go->mrru);
1463 if (go->neg_mrru) {
1464 NAKCISHORT(CI_MRRU, neg_mrru,
1549 if (go->neg_mrru || no.neg_mrru || cilen != CILEN_SHORT)
1801 REJCISHORT(CI_MRRU, neg_mrru, g
[all...]

Completed in 49 milliseconds