Lines Matching refs:wo
448 lcp_options *wo = &lcp_wantoptions[unit];
469 if (!wo->neg_upap || !null_login(unit)) {
786 lcp_options *wo = &lcp_wantoptions[0];
801 if (ppp_settings.auth_required && !wo->neg_chap && !wo->neg_upap) {
802 wo->neg_chap = 1;
803 wo->neg_upap = 1;
810 can_auth = wo->neg_upap && have_pap_secret();
811 if (!can_auth && wo->neg_chap) {
1152 struct ipcp_options *wo = &ipcp_wantoptions[unit];
1156 if (wo->hisaddr == 0 && *p != '!' && *p != '-' && strchr(p, '/') == NULL) {
1164 wo->hisaddr = a;