Lines Matching defs:wo
234 lcp_options *wo = &lcp_wantoptions[unit];
254 if (!wo->neg_upap || !null_login(unit)) {
524 lcp_options *wo = &lcp_wantoptions[0];
536 if (auth_required && !wo->neg_chap && !wo->neg_upap) {
537 wo->neg_chap = 1;
538 wo->neg_upap = 1;
545 can_auth = wo->neg_upap && (uselogin || have_pap_secret());
546 if (!can_auth && wo->neg_chap) {
967 struct ipcp_options *wo = &ipcp_wantoptions[unit];
974 wo->hisaddr = *(u_int32_t *)hp->h_addr;
976 wo->hisaddr = ina.s_addr;