Home
last modified time | relevance | path

Searched refs:mrru (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmultilink.c65 wo->mrru = wo->mru; in mp_check_options()
68 ao->mrru = ao->mru; in mp_check_options()
140 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
182 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
H A Dlcp.c185 { "mrru", o_int, &lcp_wantoptions[0].mrru,
1457 if (cishort <= wo->mrru)
1458 try.mrru = cishort;
1844 ao->mru = ao->mrru;
1859 if (ao->mrru != 0) {
1860 if (ao->mrru+6 > PPP_MTU)
1863 ao->mru = ao->mrru + 6;
2224 cishort = ao->mrru;
2227 if (cishort < ao->mrru) {
2229 cishort = ao->mrru;
[all …]
H A Dlcp.h127 int mrru; /* Value of MRRU, and multilink enable */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1203 uint16_t mrru; in opt_format_mrru() local
1205 GETINT16(mrru, optdata); in opt_format_mrru()
1206 (void) sprintf(get_line(0, 0), "MRRU = %d", mrru); in opt_format_mrru()