Searched refs:neg_mru (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | lcp.c | 146 { "default-mru", o_bool, &lcp_wantoptions[0].neg_mru, 148 OPT_A2COPY, &lcp_allowoptions[0].neg_mru }, 149 { "-mru", o_bool, &lcp_wantoptions[0].neg_mru, 151 OPT_A2COPY, &lcp_allowoptions[0].neg_mru }, 154 OPT_LIMITS, &lcp_wantoptions[0].neg_mru, PPP_MAXMRU, PPP_MINMRU }, 514 wo->neg_mru = 1; 527 ao->neg_mru = 1; 889 return (LENCISHORT(go->neg_mru && go->mru != PPP_MRU) + 969 ADDCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_MRU, go->mru); 1147 ACKCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_MRU, go->mru); [all …]
|
H A D | lcp.h | 110 bool neg_mru; /* Negotiate the MRU? */ member
|