Searched refs:wo (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dipcp.c203 ipcp_options *wo = &ipcp_wantoptions[unit]; local
211 memset(wo, 0, sizeof(*wo));
214 wo->neg_addr = 1;
215 wo->ouraddr = 0;
217 wo->neg_vj = 1;
219 wo->neg_vj = 0;
221 wo->vj_protocol = IPCP_VJ_COMP;
222 wo->maxslotindex = MAX_SLOTS - 1;
223 wo
301 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
322 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
850 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
1199 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
[all...]
H A Dauth.c238 lcp_options *wo = &lcp_wantoptions[unit]; local
259 if (!wo->neg_upap || !null_login(unit)) {
662 lcp_options *wo = &lcp_wantoptions[0];
674 if (ppp_settings.auth_required && !wo->neg_chap && !wo->neg_upap) {
675 wo->neg_chap = 1;
676 wo->neg_upap = 1;
683 can_auth = wo->neg_upap && have_pap_secret();
684 if (!can_auth && wo->neg_chap) {
878 struct ipcp_options *wo
[all...]
H A Dlcp.c201 lcp_options *wo = &lcp_wantoptions[unit]; local
210 wo->passive = 0;
211 wo->silent = 0;
212 wo->restart = 0; /* Set to 1 in kernels or multi-line
214 wo->neg_mru = 1;
215 wo->mru = PPP_DEFMRU;
216 wo->neg_asyncmap = 1;
217 wo->asyncmap = 0x00000000l; /* Assume don't need to escape any ctl chars. */
218 wo->neg_chap = 0; /* Set to 1 on server */
219 wo
266 lcp_options *wo = &lcp_wantoptions[unit]; local
308 lcp_options *wo = &lcp_wantoptions[unit]; local
720 lcp_options *wo = &lcp_wantoptions[f->unit]; local
1573 lcp_options *wo = &lcp_wantoptions[f->unit]; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dipcp.c179 ipcp_options *wo = &ipcp_wantoptions[unit]; local
187 memset(wo, 0, sizeof(*wo));
190 wo->neg_addr = 1;
191 wo->ouraddr = 0;
193 wo->neg_vj = 1;
195 wo->neg_vj = 0;
197 wo->vj_protocol = IPCP_VJ_COMP;
198 wo->maxslotindex = MAX_SLOTS - 1;
199 wo
282 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
306 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
871 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
1225 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
[all...]
H A Dauth.c448 lcp_options *wo = &lcp_wantoptions[unit]; local
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
[all...]
H A Dlcp.c243 lcp_options *wo = &lcp_wantoptions[unit]; local
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
308 lcp_options *wo = &lcp_wantoptions[unit]; local
355 lcp_options *wo = &lcp_wantoptions[unit]; local
762 lcp_options *wo = &lcp_wantoptions[f->unit]; local
1642 lcp_options *wo = &lcp_wantoptions[f->unit]; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25218_PRM.h601 pseudo_bit_t wo[0x00001]; /* When set, the DIMM is write only. member in struct:arbelprm_dimminfo_st

Completed in 3374 milliseconds