Searched refs:neg_mru (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | lcp.c | 123 OPT_PRIO, &lcp_wantoptions[0].neg_mru }, 124 { "default-mru", o_bool, &lcp_wantoptions[0].neg_mru, 126 OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru }, 127 { "-mru", o_bool, &lcp_wantoptions[0].neg_mru, 129 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru }, 350 wo->neg_mru = 1; 358 ao->neg_mru = 1; 687 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) + 762 ADDCISHORT(CI_MRU, go->neg_mru && go->mru != DEFMRU, go->mru); 911 ACKCISHORT(CI_MRU, go->neg_mru && go->mru != DEFMRU, go->mru); [all …]
|
D | lcp.h | 92 bool neg_mru; /* Negotiate the MRU? */ member
|