Searched refs:mrru (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | multilink.c | 71 wo->mrru = wo->mru; in mp_check_options() 74 ao->mrru = ao->mru; in mp_check_options() 146 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle() 188 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
|
H A D | lcp.c | 156 "Set our MTU", OPT_LIMITS|OPT_A2COPY, &lcp_allowoptions[0].mrru, 193 { "mrru", o_int, &lcp_wantoptions[0].mrru, 992 ADDCISHORT(CI_MRRU, go->neg_mrru, go->mrru); 1168 ACKCISHORT(CI_MRRU, go->neg_mrru, go->mrru); 1465 if (cishort <= wo->mrru) 1466 try.mrru = cishort; 1801 REJCISHORT(CI_MRRU, neg_mrru, go->mrru); 1852 ao->mru = ao->mrru; 1867 if (ao->mrru != 0) { 1868 if (ao->mrru+6 > PPP_MTU) [all …]
|
H A D | lcp.h | 129 int mrru; /* Value of MRRU, and multilink enable */ member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 1205 uint16_t mrru; in opt_format_mrru() local 1207 GETINT16(mrru, optdata); in opt_format_mrru() 1208 (void) sprintf(get_line(0, 0), "MRRU = %d", mrru); in opt_format_mrru()
|