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

/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dipv6cp.c340 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
365 eui64_copy(addr.s6_addr32[2], wo->ourid);
366 wo->opt_local = 1;
381 eui64_copy(addr.s6_addr32[2], wo->hisid);
382 wo->opt_remote = 1;
398 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
400 if (wo->opt_local)
401 printer(arg, "%s", llv6_ntoa(wo->ourid));
403 if (wo->opt_remote)
404 printer(arg, "%s", llv6_ntoa(wo
429 ipv6cp_options *wo = &ipv6cp_wantoptions[unit]; local
531 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
904 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
1087 ipv6cp_options *wo = &ipv6cp_wantoptions[0]; local
1148 ipv6cp_options *wo = &ipv6cp_wantoptions[u]; local
1187 ipv6cp_options *wo = &ipv6cp_wantoptions[f->unit]; local
[all...]
H A Dipcp.c436 ipcp_options *wo = &ipcp_wantoptions[0]; local
464 wo->ouraddr = local;
487 wo->hisaddr = remote;
500 ipcp_options *wo = &ipcp_wantoptions[0]; local
502 if (wo->ouraddr != 0)
503 printer(arg, "%I", wo->ouraddr);
505 if (wo->hisaddr != 0)
506 printer(arg, "%I", wo->hisaddr);
582 ipcp_options *wo = &ipcp_wantoptions[unit]; local
598 memset(wo,
706 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
740 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
1418 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
1705 ipcp_options *wo = &ipcp_wantoptions[0]; local
1736 ipcp_options *wo = &ipcp_wantoptions[u]; local
1783 ipcp_options *wo = &ipcp_wantoptions[f->unit]; local
[all...]
H A Dipxcp.c84 #define wo (&ipxcp_wantoptions[0]) macro
401 memset (wo->name, 0, sizeof (wo->name));
402 memset (wo->our_node, 0, sizeof (wo->our_node));
403 memset (wo->his_node, 0, sizeof (wo->his_node));
405 wo->neg_nn = 1;
406 wo->neg_complete = 1;
407 wo
[all...]
H A Dauth.c744 lcp_options *wo = &lcp_wantoptions[unit]; local
773 } else if (!wo->neg_upap || uselogin || !null_login(unit)) {
1237 lcp_options *wo = &lcp_wantoptions[0]; local
1257 if (wo->chap_mdtype)
1258 wo->neg_chap = 1;
1263 if (!wo->neg_chap && !wo->neg_upap && !wo->neg_eap) {
1264 wo->neg_chap = chap_mdtype_all != MDTYPE_NONE;
1265 wo
2079 struct ipcp_options *wo = &ipcp_wantoptions[unit]; local
[all...]
H A Dlcp.c363 lcp_options *wo = &lcp_wantoptions[unit]; local
372 BZERO(wo, sizeof(*wo));
373 wo->neg_mru = 1;
374 wo->mru = DEFMRU;
375 wo->neg_asyncmap = 1;
376 wo->neg_magicnumber = 1;
377 wo->neg_pcompression = 1;
378 wo->neg_accompression = 1;
403 lcp_options *wo local
448 lcp_options *wo = &lcp_wantoptions[unit]; local
661 lcp_options *wo = &lcp_wantoptions[f->unit]; local
970 lcp_options *wo = &lcp_wantoptions[f->unit]; local
1910 lcp_options *wo = &lcp_wantoptions[f->unit]; local
[all...]
H A Dmultilink.c81 lcp_options *wo = &lcp_wantoptions[0]; local
88 if (!wo->neg_mrru) {
90 wo->mrru = wo->mru;
91 wo->neg_mrru = 1;
96 if (!wo->neg_endpoint && !noendpoint) {
98 wo->neg_endpoint = get_default_epdisc(&wo->endpoint);
/netbsd-6-1-5-RELEASE/usr.sbin/ldpd/
H A Dsocketops.c769 int32_t wo = 0; local
803 wo = sizeof(struct ldp_pdu);
805 while (wo + TLV_TYPE_LENGTH < (uint)c) {
807 ttmp = (struct tlv *) (&recvspace[wo]);
939 wo = -1; /* Ignore rest of message */
949 wo = -1;
961 wo = -1;
966 wo = -1;
972 wo = -1;/* discard the rest of the message */
975 if (wo <
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dlang.h55 wo, enumerator in enum:__anon4929
H A Dlang.c546 { wo, "wo", "Wolof" },
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Ddispatch.c205 isc_result_t omapi_one_dispatch (omapi_object_t *wo, argument
217 if (!wo || wo -> type != omapi_type_waiter)
220 waiter = (omapi_waiter_object_t *)wo;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-kde/admin/
H A Dcvs.sh473 makefile_wo=Makefile.am.in.wo
497 if test -f Makefile.am.in.wo; then
498 rm Makefile.am.in.wo
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c465 heim_octet_string wo; local
467 ret = hx509_cms_wrap_ContentInfo(&asn1_oid_id_pkcs7_signedData, &o, &wo);
472 o = wo;
641 heim_octet_string wo; local
643 ret = hx509_cms_wrap_ContentInfo(&asn1_oid_id_pkcs7_envelopedData, &o, &wo);
648 o = wo;
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dserver-client.c473 struct options *wo = &w->options; local
508 else if (options_get_number(wo, "mode-mouse"))
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg.mi.de336 a-%c: Partition dort beenden, wo Partition X anf�ngt
343 -1: dort anfangen, wo der NetBSD Teil der Festplatte beginnt
406 konfigurieren. Werfen Sie einen Blick in /etc/defaults/rc.conf rein, wo Sie
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp.c7818 isp_rdnvram_word(ispsoftc_t *isp, int wo, uint16_t *rp) argument
7829 wo &= ((ISP2100_NVRAM_SIZE >> 1) - 1);
7831 wo += 128;
7833 rqst = (ISP_NVRAM_READ << 8) | wo;
7836 wo &= ((ISP1080_NVRAM_SIZE >> 1) - 1);
7837 rqst = (ISP_NVRAM_READ << 8) | wo;
7840 wo &= ((ISP_NVRAM_SIZE >> 1) - 1);
7841 rqst = (ISP_NVRAM_READ << 6) | wo;

Completed in 313 milliseconds