Home
last modified time | relevance | path

Searched refs:OPT_A2COPY (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c118 OPT_A2COPY, &lcp_allowoptions[0].neg_accompression },
121 OPT_A2COPY, &lcp_allowoptions[0].neg_accompression },
124 OPT_A2COPY, &lcp_allowoptions[0].neg_asyncmap },
127 OPT_A2COPY, &lcp_allowoptions[0].neg_asyncmap },
134 OPT_A2COPY, &lcp_allowoptions[0].neg_magicnumber },
137 OPT_A2COPY, &lcp_allowoptions[0].neg_magicnumber },
140 OPT_A2COPY, &lcp_allowoptions[0].neg_mru },
143 OPT_A2COPY, &lcp_allowoptions[0].neg_mru },
148 "Set our MTU", OPT_LIMITS|OPT_A2COPY, &lcp_allowoptions[0].mrru,
152 OPT_A2COPY, &lcp_allowoptions[0].neg_pcompression },
[all …]
H A Dipcp.c114 "Disable VJ compression", OPT_A2COPY, &ipcp_allowoptions[0].neg_vj },
116 "Disable VJ compression", OPT_A2COPY, &ipcp_allowoptions[0].neg_vj },
118 "Disable VJ connection-ID compression", OPT_A2COPY,
121 "Disable VJ connection-ID compression", OPT_A2COPY,
148 "disable defaultroute option", OPT_A2COPY,
151 "disable defaultroute option", OPT_A2COPY,
159 "disable proxyarp option", OPT_A2COPY, &ipcp_wantoptions[0].proxy_arp },
161 "disable proxyarp option", OPT_A2COPY, &ipcp_wantoptions[0].proxy_arp },
163 "Ask peer for DNS address(es)", OPT_A2COPY|1,
H A Dccp.c56 "don't allow BSD-Compress", OPT_A2COPY,
59 "don't allow BSD-Compress", OPT_A2COPY,
64 "don't allow Deflate compression", OPT_A2COPY,
67 "don't allow Deflate compression", OPT_A2COPY,
70 "don't use draft deflate #", OPT_A2COPY,
75 "don't allow Predictor-1", OPT_A2COPY,
78 "don't allow Predictor-1", OPT_A2COPY,
H A Doptions.c740 if ((opt->addr2 != NULL) && (opt->flags & OPT_A2COPY))
792 if ((opt->addr2 != NULL) && (opt->flags & OPT_A2COPY))
804 if ((opt->addr2 != NULL) && (opt->flags & OPT_A2COPY))
811 if ((opt->addr2 != NULL) && (opt->flags & OPT_A2COPY)) {
819 if (opt->addr2 != NULL && (opt->flags & OPT_A2COPY))
838 } else if ((opt->flags & (OPT_A2COPY|OPT_ENABLE)) == 0)
H A Dpppd.h145 #define OPT_A2COPY 0x200000 /* addr2 -> second location to rcv value */ macro