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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dipv6cp.c327 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
351 eui64_copy(addr.s6_addr32[2], wo->ourid);
352 wo->opt_local = 1;
367 eui64_copy(addr.s6_addr32[2], wo->hisid);
368 wo->opt_remote = 1;
386 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
388 if (wo->opt_local)
389 printer(arg, "%s", llv6_ntoa(wo->ourid));
391 if (wo->opt_remote)
392 printer(arg, "%s", llv6_ntoa(wo
417 ipv6cp_options *wo = &ipv6cp_wantoptions[unit]; local
519 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
892 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
1075 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
1136 ipv6cp_options *wo = &ipv6cp_wantoptions[u]; local
1175 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
[all...]
H A Dipcp.c416 ipcp_options *wo = &ipcp_wantoptions[0]; local
444 wo->ouraddr = local;
467 wo->hisaddr = remote;
480 ipcp_options *wo = &ipcp_wantoptions[0]; local
482 if (wo->ouraddr != 0)
483 printer(arg, "%I", wo->ouraddr);
485 if (wo->hisaddr != 0)
486 printer(arg, "%I", wo->hisaddr);
562 ipcp_options *wo = &ipcp_wantoptions[unit]; local
570 memset(wo,
678 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
712 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
1324 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
1611 ipcp_options *wo = &ipcp_wantoptions[0]; local
1642 ipcp_options *wo = &ipcp_wantoptions[u]; local
1688 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
[all...]
H A Dipxcp.c73 #define wo (&ipxcp_wantoptions[0]) macro
390 memset (wo->name, 0, sizeof (wo->name));
391 memset (wo->our_node, 0, sizeof (wo->our_node));
392 memset (wo->his_node, 0, sizeof (wo->his_node));
394 wo->neg_nn = 1;
395 wo->neg_complete = 1;
396 wo
[all...]
H A Dauth.c733 lcp_options *wo = &lcp_wantoptions[unit]; local
762 } else if (!wo->neg_upap || uselogin || !null_login(unit)) {
1226 lcp_options *wo = &lcp_wantoptions[0]; local
1246 if (wo->chap_mdtype)
1247 wo->neg_chap = 1;
1252 if (!wo->neg_chap && !wo->neg_upap && !wo->neg_eap) {
1253 wo->neg_chap = chap_mdtype_all != MDTYPE_NONE;
1254 wo
2070 struct ipcp_options *wo = &ipcp_wantoptions[unit]; local
[all...]
H A Dlcp.c346 lcp_options *wo = &lcp_wantoptions[unit]; local
355 BZERO(wo, sizeof(*wo));
356 wo->neg_mru = 1;
357 wo->mru = DEFMRU;
358 wo->neg_asyncmap = 1;
359 wo->neg_magicnumber = 1;
360 wo->neg_pcompression = 1;
361 wo->neg_accompression = 1;
386 lcp_options *wo local
431 lcp_options *wo = &lcp_wantoptions[unit]; local
644 lcp_options *wo = &lcp_wantoptions[f->unit]; local
953 lcp_options *wo = &lcp_wantoptions[f->unit]; local
1893 lcp_options *wo = &lcp_wantoptions[f->unit]; local
[all...]
H A Dmultilink.c79 lcp_options *wo = &lcp_wantoptions[0]; local
86 if (!wo->neg_mrru) {
88 wo->mrru = wo->mru;
89 wo->neg_mrru = 1;
94 if (!wo->neg_endpoint && !noendpoint) {
96 wo->neg_endpoint = get_default_epdisc(&wo->endpoint);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dau6610.c63 u8 wo = (rbuf == NULL || rlen == 0); /* write-only */ local
65 if (wo) {
H A Dgl861.c24 int wo = (rbuf == NULL || rlen == 0); /* write-only */ local
27 if (wo) {
H A Ddibusb-common.c107 int wo = (rbuf == NULL || rlen == 0), local
108 len = 2 + wlen + (wo ? 0 : 2);
110 sndbuf[0] = wo ? DIBUSB_REQ_I2C_WRITE : DIBUSB_REQ_I2C_READ;
111 sndbuf[1] = (addr << 1) | (wo ? 0 : 1);
115 if (!wo) {
H A Ddigitv.c27 int wo = (rbuf == NULL || rlen == 0); /* write-only */ local
33 sndbuf[2] = wo ? wlen : rlen;
35 if (wo) {
H A Dcxusb.c42 int wo = (rbuf == NULL || rlen == 0); /* write-only */ local
48 if (wo)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dwinbind.c664 ipcp_options *wo = &ipcp_wantoptions[0]; local
665 if (wo->hisaddr !=0 && wo->hisaddr == addr) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dcvs.sh473 makefile_wo=Makefile.am.in.wo
502 if test -f Makefile.am.in.wo; then
503 rm Makefile.am.in.wo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c1279 ipcp_options *wo = &ipcp_wantoptions[0]; local
1289 if (wo->hisaddr != 0 && wo->hisaddr == addr) {

Completed in 115 milliseconds