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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.h110 bool neg_mru; /* Negotiate the MRU? */ member in struct:lcp_options
H A Dlcp.c146 { "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
[all...]

Completed in 61 milliseconds