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

  /external/ppp/pppd/
ecp.c 71 { "noecp", o_bool, &ecp_protent.enabled_flag,
73 { "-ecp", o_bool, &ecp_protent.enabled_flag,
ccp.c 73 { "noccp", o_bool, &ccp_protent.enabled_flag,
75 { "-ccp", o_bool, &ccp_protent.enabled_flag,
81 { "nobsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
84 { "-bsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
91 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate,
94 { "-deflate", o_bool, &ccp_wantoptions[0].deflate,
98 { "nodeflatedraft", o_bool, &ccp_wantoptions[0].deflate_draft,
102 { "predictor1", o_bool, &ccp_wantoptions[0].predictor_1,
104 { "nopredictor1", o_bool, &ccp_wantoptions[0].predictor_1,
107 { "-predictor1", o_bool, &ccp_wantoptions[0].predictor_1
    [all...]
options.c 194 { "nodetach", o_bool, &nodetach,
196 { "-detach", o_bool, &nodetach,
198 { "updetach", o_bool, &updetach,
222 { "persist", o_bool, &persist,
224 { "nopersist", o_bool, &persist,
227 { "demand", o_bool, &demand,
258 { "ktune", o_bool, &tune_kernel,
260 { "noktune", o_bool, &tune_kernel,
271 { "dump", o_bool, &dump_options,
273 { "dryrun", o_bool, &dryrun
    [all...]
auth.c 282 { "auth", o_bool, &auth_required,
284 { "noauth", o_bool, &auth_required,
287 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
290 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
293 { "require-chap", o_bool, &auth_required,
297 { "+chap", o_bool, &auth_required,
302 { "require-mschap", o_bool, &auth_required,
306 { "+mschap", o_bool, &auth_required,
310 { "require-mschap-v2", o_bool, &auth_required,
314 { "+mschap-v2", o_bool, &auth_required
    [all...]
ipcp.c 144 { "noip", o_bool, &ipcp_protent.enabled_flag,
146 { "-ip", o_bool, &ipcp_protent.enabled_flag,
149 { "novj", o_bool, &ipcp_wantoptions[0].neg_vj,
151 { "-vj", o_bool, &ipcp_wantoptions[0].neg_vj,
155 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag,
158 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag,
166 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
168 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
174 { "noipdefault", o_bool, &disable_defaultip,
191 { "defaultroute", o_bool, &ipcp_wantoptions[0].default_route
    [all...]
lcp.c 92 { "noaccomp", o_bool, &lcp_wantoptions[0].neg_accompression,
95 { "-ac", o_bool, &lcp_wantoptions[0].neg_accompression,
114 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber,
117 { "-mn", o_bool, &lcp_wantoptions[0].neg_magicnumber,
124 { "default-mru", o_bool, &lcp_wantoptions[0].neg_mru,
127 { "-mru", o_bool, &lcp_wantoptions[0].neg_mru,
134 { "nopcomp", o_bool, &lcp_wantoptions[0].neg_pcompression,
137 { "-pc", o_bool, &lcp_wantoptions[0].neg_pcompression,
141 { "passive", o_bool, &lcp_wantoptions[0].passive,
143 { "-p", o_bool, &lcp_wantoptions[0].passive
    [all...]
ipxcp.c 122 { "ipx", o_bool, &ipxcp_protent.enabled_flag,
124 { "+ipx", o_bool, &ipxcp_protent.enabled_flag,
126 { "noipx", o_bool, &ipxcp_protent.enabled_flag,
128 { "-ipx", o_bool, &ipxcp_protent.enabled_flag,
134 { "ipxcp-accept-network", o_bool, &ipxcp_wantoptions[0].accept_network,
141 { "ipxcp-accept-local", o_bool, &ipxcp_wantoptions[0].accept_local,
145 { "ipxcp-accept-remote", o_bool, &ipxcp_wantoptions[0].accept_remote,
    [all...]
ipv6cp.c 228 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag,
230 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag,
232 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag,
235 { "ipv6cp-accept-local", o_bool, &ipv6cp_allowoptions[0].accept_local,
238 { "ipv6cp-use-ipaddr", o_bool, &ipv6cp_allowoptions[0].use_ip,
242 { "ipv6cp-use-persistent", o_bool, &ipv6cp_wantoptions[0].use_persistent,
    [all...]
tty.c 175 { "lock", o_bool, &lockflag,
177 { "nolock", o_bool, &lockflag,
196 { "notty", o_bool, &notty,
224 { "modem", o_bool, &modem,
226 { "local", o_bool, &modem,
229 { "sync", o_bool, &sync_serial,
    [all...]
upap.c 63 { "hide-password", o_bool, &hide_password,
65 { "show-password", o_bool, &hide_password,
pppd.h 93 o_bool, enumerator in enum:opt_type
120 #define OPT_A2OR 0x800 /* for o_bool, OR arg to *(u_char *)addr2 */
129 #define OPT_A2CLRB 0x10000 /* o_bool, clr val bits in *(u_char *)addr2 */
    [all...]
chap_ms.c 150 { "ms-lanman", o_bool, &ms_lanman,
eap.c 105 { "srp-use-pseudonym", o_bool, &eap_states[0].es_usepseudo,
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 47 { "llc-encaps", o_bool, &llc_encaps,
49 { "vc-encaps", o_bool, &vc_encaps,
  /external/ppp/pppd/plugins/radius/
radius.c 62 { "map-to-ttyname", o_bool, &portnummap,
64 { "map-to-ifname", o_bool, &portnummap,
    [all...]

Completed in 96 milliseconds