Searched defs:ao (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | auth.c | 473 lcp_options *ao = &lcp_allowoptions[0]; local 478 ao->neg_upap = !ppp_settings.refuse_pap && (ppp_settings.passwd[0] != 0 || get_pap_passwd(unit, NULL, NULL)); 479 ao->neg_chap = !ppp_settings.refuse_chap && ppp_settings.passwd[0] != 0 /*have_chap_secret(ppp_settings.user, ppp_settings.remote_name, (u32_t)0)*/;
|
H A D | ipcp.c | 204 ipcp_options *ao = &ipcp_allowoptions[unit]; local 212 memset(ao, 0, sizeof(*ao)); 227 ao->neg_addr = 1; 229 ao->neg_vj = 1; 231 ao->neg_vj = 0; 233 ao->maxslotindex = MAX_SLOTS - 1; 234 ao->cflag = 1; 236 ao->default_route = 1; 852 ipcp_options *ao local [all...] |
H A D | lcp.c | 202 lcp_options *ao = &lcp_allowoptions[unit]; local 227 ao->neg_mru = 1; 228 ao->mru = PPP_MAXMRU; 229 ao->neg_asyncmap = 1; 230 ao->asyncmap = 0x00000000l; /* Assume don't need to escape any ctl chars. */ 231 ao->neg_chap = (CHAP_SUPPORT != 0); 232 ao->chap_mdtype = CHAP_DIGEST_MD5; 233 ao->neg_upap = (PAP_SUPPORT != 0); 234 ao->neg_magicnumber = 1; 235 ao 1164 lcp_options *ao = &lcp_allowoptions[f->unit]; local 1576 lcp_options *ao = &lcp_allowoptions[f->unit]; local [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | auth.c | 831 lcp_options *ao = &lcp_allowoptions[0]; local 836 ao->neg_upap = !ppp_settings.refuse_pap && (ppp_settings.passwd[0] != 0 || get_pap_passwd(unit, NULL, NULL)); 837 ao->neg_chap = !ppp_settings.refuse_chap && ppp_settings.passwd[0] != 0 /*have_chap_secret(ppp_settings.user, ppp_settings.remote_name, (u32_t)0)*/;
|
H A D | ipcp.c | 180 ipcp_options *ao = &ipcp_allowoptions[unit]; local 188 memset(ao, 0, sizeof(*ao)); 202 ao->neg_addr = 1; 204 ao->neg_vj = 1; 206 ao->neg_vj = 0; 208 ao->maxslotindex = MAX_SLOTS - 1; 209 ao->cflag = 1; 210 ao->default_route = 1; 873 ipcp_options *ao local [all...] |
H A D | lcp.c | 244 lcp_options *ao = &lcp_allowoptions[unit]; local 268 ao->neg_mru = 1; 269 ao->mru = PPP_MAXMRU; 270 ao->neg_asyncmap = 1; 271 ao->asyncmap = 0x00000000l; /* Assume don't need to escape any ctl chars. */ 272 ao->neg_chap = (CHAP_SUPPORT != 0); 273 ao->chap_mdtype = CHAP_DIGEST_MD5; 274 ao->neg_upap = (PAP_SUPPORT != 0); 275 ao->neg_magicnumber = 1; 276 ao 1230 lcp_options *ao = &lcp_allowoptions[f->unit]; local 1645 lcp_options *ao = &lcp_allowoptions[f->unit]; local [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
Completed in 47 milliseconds