HomeSort by relevance Sort by last modified time
    Searched refs:OPT_A2CLR (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/
lcp.c 94 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, &lcp_allowoptions[0].neg_pcompression }
    [all...]
ipcp.c 150 "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...]
ccp.c 82 "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,
    [all...]
options.c 200 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach },
242 OPT_PRIOSUB | OPT_A2CLR, &log_default },
682 else if (opt->addr2 && (opt->flags & OPT_A2CLR))
790 *(bool *)(opt->addr2) = !(opt->flags & OPT_A2CLR);
    [all...]
pppd.h 137 #define OPT_A2CLR 0x1000000 /* clear *(bool *)addr2 */
    [all...]

Completed in 110 milliseconds