Searched refs:OPT_A2CLR (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.c94 OPT_A2CLR, &lcp_allowoptions[0].neg_accompression },
97 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_accompression },
107 OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
111 OPT_ALIAS | OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
116 OPT_A2CLR, &lcp_allowoptions[0].neg_magicnumber },
119 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_magicnumber },
126 OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru },
129 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru },
136 OPT_A2CLR, &lcp_allowoptions[0].neg_pcompression },
139 OPT_ALIAS | OPT_A2CLR,
[all...]
H A Dipcp.c150 "Disable VJ compression", OPT_A2CLR, &ipcp_allowoptions[0].neg_vj },
152 "Disable VJ compression", OPT_ALIAS | OPT_A2CLR,
156 "Disable VJ connection-ID compression", OPT_A2CLR,
159 "Disable VJ connection-ID compression", OPT_ALIAS | OPT_A2CLR,
194 "disable defaultroute option", OPT_A2CLR,
197 "disable defaultroute option", OPT_ALIAS | OPT_A2CLR,
203 "disable proxyarp option", OPT_A2CLR,
206 "disable proxyarp option", OPT_ALIAS | OPT_A2CLR,
216 "Disable old-style IP-Addresses usage", OPT_A2CLR,
219 "Disable IP-Address usage", OPT_A2CLR,
[all...]
H A Dccp.c82 "don't allow BSD-Compress", OPT_PRIOSUB | OPT_A2CLR,
85 "don't allow BSD-Compress", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
92 "don't allow Deflate compression", OPT_PRIOSUB | OPT_A2CLR,
95 "don't allow Deflate compression", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
105 "don't allow Predictor-1", OPT_PRIOSUB | OPT_A2CLR,
108 "don't allow Predictor-1", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
H A Doptions.c214 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach },
256 OPT_PRIOSUB | OPT_A2CLR, &log_default },
700 else if (opt->addr2 && (opt->flags & OPT_A2CLR))
808 *(bool *)(opt->addr2) = !(opt->flags & OPT_A2CLR);
H A Dpppd.h137 #define OPT_A2CLR 0x1000000 /* clear *(bool *)addr2 */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dlcp.c71 OPT_A2CLR, &lcp_allowoptions[0].neg_accompression },
74 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_accompression },
84 OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
88 OPT_ALIAS | OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
93 OPT_A2CLR, &lcp_allowoptions[0].neg_magicnumber },
96 OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].neg_magicnumber },
103 OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru },
106 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR, &lcp_allowoptions[0].neg_mru },
113 OPT_A2CLR, &lcp_allowoptions[0].neg_pcompression },
116 OPT_ALIAS | OPT_A2CLR,
[all...]
H A Dccp.c67 "don't allow BSD-Compress", OPT_PRIOSUB | OPT_A2CLR,
70 "don't allow BSD-Compress", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
77 "don't allow Deflate compression", OPT_PRIOSUB | OPT_A2CLR,
80 "don't allow Deflate compression", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
90 "don't allow Predictor-1", OPT_PRIOSUB | OPT_A2CLR,
93 "don't allow Predictor-1", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
H A Dipcp.c122 "Disable VJ compression", OPT_A2CLR, &ipcp_allowoptions[0].neg_vj },
124 "Disable VJ compression", OPT_ALIAS | OPT_A2CLR,
128 "Disable VJ connection-ID compression", OPT_A2CLR,
131 "Disable VJ connection-ID compression", OPT_ALIAS | OPT_A2CLR,
166 "disable defaultroute option", OPT_A2CLR,
169 "disable defaultroute option", OPT_ALIAS | OPT_A2CLR,
175 "disable proxyarp option", OPT_A2CLR,
178 "disable proxyarp option", OPT_ALIAS | OPT_A2CLR,
H A Doptions.c160 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach },
201 OPT_PRIOSUB | OPT_A2CLR, &log_default },
728 *(bool *)(opt->addr2) = !(opt->flags & OPT_A2CLR);
H A Dpppd.h112 #define OPT_A2CLR 0x1000000 /* clear *(bool *)addr2 */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h138 #define OPT_A2CLR 0x1000000 /* clear *(bool *)addr2 */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppd.h112 #define OPT_A2CLR 0x1000000 /* clear *(bool *)addr2 */ macro

Completed in 132 milliseconds