Searched refs:neg_mrru (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | multilink.c | 69 if (!wo->neg_mrru) { in mp_check_options() 72 wo->neg_mrru = 1; in mp_check_options() 75 ao->neg_mrru = 1; in mp_check_options() 100 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle() 102 if (go->neg_mrru) in mp_join_bundle()
|
H A D | lcp.h | 121 bool neg_mrru; /* negotiate multilink MRRU */ member
|
H A D | lcp.c | 195 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, go->mrru); 2226 if (!ao->neg_mrru || !multilink) { [all …]
|