Lines Matching refs:wo
243 lcp_options *wo = &lcp_wantoptions[unit];
252 wo->passive = 0;
253 wo->silent = 0;
254 wo->restart = 0; /* Set to 1 in kernels or multi-line implementations */
255 wo->neg_mru = 1;
256 wo->mru = PPP_DEFMRU;
257 wo->neg_asyncmap = 1;
258 wo->asyncmap = 0x00000000l; /* Assume don't need to escape any ctl chars. */
259 wo->neg_chap = 0; /* Set to 1 on server */
260 wo->neg_upap = 0; /* Set to 1 on server */
261 wo->chap_mdtype = CHAP_DIGEST_MD5;
262 wo->neg_magicnumber = 1;
263 wo->neg_pcompression = 1;
264 wo->neg_accompression = 1;
265 wo->neg_lqr = 0; /* no LQR implementation yet */
266 wo->neg_cbcp = 0;
308 lcp_options *wo = &lcp_wantoptions[unit];
311 if (wo->passive) {
314 if (wo->silent) {
355 lcp_options *wo = &lcp_wantoptions[unit];
365 wo->neg_pcompression, wo->neg_accompression);
762 lcp_options *wo = &lcp_wantoptions[f->unit];
856 if (cishort <= wo->mru || cishort < PPP_DEFMRU) {
1642 lcp_options *wo = &lcp_wantoptions[f->unit];
1668 ppp_recv_config(f->unit, (go->neg_mru? LWIP_MAX(wo->mru, go->mru): PPP_MRU),