Searched refs:neg_mru (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dlcp.h92 bool neg_mru; /* Negotiate the MRU? */ member in struct:lcp_options
H A Dlcp.c123 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
[all...]

Completed in 31 milliseconds