HomeSort by relevance Sort by last modified time
    Searched refs:o_bool (Results 1 - 18 of 18) 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 206 { "nodetach", o_bool, &nodetach,
208 { "-detach", o_bool, &nodetach,
210 { "updetach", o_bool, &updetach,
214 { "master_detach", o_bool, &master_detach,
237 { "persist", o_bool, &persist,
239 { "nopersist", o_bool, &persist,
242 { "demand", o_bool, &demand,
273 { "ktune", o_bool, &tune_kernel,
275 { "noktune", o_bool, &tune_kernel,
286 { "dump", o_bool, &dump_options
    [all...]
auth.c 281 { "auth", o_bool, &auth_required,
283 { "noauth", o_bool, &auth_required,
286 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
289 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
292 { "require-chap", o_bool, &auth_required,
296 { "+chap", o_bool, &auth_required,
301 { "require-mschap", o_bool, &auth_required,
305 { "+mschap", o_bool, &auth_required,
309 { "require-mschap-v2", o_bool, &auth_required,
313 { "+mschap-v2", o_bool, &auth_required
    [all...]
ipcp.c 145 { "noip", o_bool, &ipcp_protent.enabled_flag,
147 { "-ip", o_bool, &ipcp_protent.enabled_flag,
150 { "novj", o_bool, &ipcp_wantoptions[0].neg_vj,
152 { "-vj", o_bool, &ipcp_wantoptions[0].neg_vj,
156 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag,
159 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag,
167 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
169 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
175 { "noipdefault", o_bool, &disable_defaultip,
192 { "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 239 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag,
241 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag,
243 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag,
246 { "ipv6cp-accept-local", o_bool, &ipv6cp_allowoptions[0].accept_local,
249 { "ipv6cp-use-ipaddr", o_bool, &ipv6cp_allowoptions[0].use_ip,
252 { "ipv6cp-use-persistent", o_bool, &ipv6cp_wantoptions[0].use_persistent,
    [all...]
tty.c 177 { "lock", o_bool, &lockflag,
179 { "nolock", o_bool, &lockflag,
198 { "notty", o_bool, &notty,
229 { "modem", o_bool, &modem,
231 { "local", o_bool, &modem,
234 { "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 */
130 #define OPT_A2CLRB 0x20000 /* 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/syslinux/core/lwip/src/netif/ppp/
auth.c 235 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
237 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
239 { "refuse-pap", o_bool, &refuse_pap,
241 { "-pap", o_bool, &refuse_pap,
243 { "require-chap", o_bool, &lcp_wantoptions[0].neg_chap,
245 { "+chap", o_bool, &lcp_wantoptions[0].neg_chap,
247 { "refuse-chap", o_bool, &refuse_chap,
249 { "-chap", o_bool, &refuse_chap,
256 { "usehostname", o_bool, &usehostname,
261 { "auth", o_bool, &auth_required
    [all...]
pap.c 73 { "hide-password", o_bool, &hide_password,
75 { "show-password", o_bool, &hide_password,
chap.c 99 { "ms-lanman", o_bool, &ms_lanman,
  /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 64 { "map-to-ttyname", o_bool, &portnummap,
66 { "map-to-ifname", o_bool, &portnummap,
    [all...]

Completed in 109 milliseconds