Home
last modified time | relevance | path

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.c63 if (!wo->neg_mrru) { in mp_check_options()
66 wo->neg_mrru = 1; in mp_check_options()
69 ao->neg_mrru = 1; in mp_check_options()
94 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle()
96 if (go->neg_mrru) in mp_join_bundle()
H A Dlcp.c187 OPT_LIMITS, &lcp_wantoptions[0].neg_mrru, PPP_MAXMRU, PPP_MINMRU },
846 go->neg_mrru = 0;
892 LENCISHORT(go->neg_mrru) +
984 ADDCISHORT(CI_MRRU, go->neg_mrru, go->mrru);
1160 ACKCISHORT(CI_MRRU, go->neg_mrru, go->mrru);
1455 if (go->neg_mrru) {
1456 NAKCISHORT(CI_MRRU, neg_mrru,
1541 if (go->neg_mrru || no.neg_mrru || cilen != CILEN_SHORT)
1793 REJCISHORT(CI_MRRU, neg_mrru, go->mrru);
2218 if (!ao->neg_mrru || !multilink) {
[all …]
H A Dlcp.h119 bool neg_mrru; /* negotiate multilink MRRU */ member