HomeSort by: relevance | last modified time | path
    Searched refs:o_bool (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ecp.c 73 { "noecp", o_bool, &ecp_protent.enabled_flag,
75 { "-ecp", o_bool, &ecp_protent.enabled_flag,
ccp.c 79 { "noccp", o_bool, &ccp_protent.enabled_flag,
81 { "-ccp", o_bool, &ccp_protent.enabled_flag,
87 { "nobsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
90 { "-bsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
97 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate,
100 { "-deflate", o_bool, &ccp_wantoptions[0].deflate,
104 { "nodeflatedraft", o_bool, &ccp_wantoptions[0].deflate_draft,
108 { "predictor1", o_bool, &ccp_wantoptions[0].predictor_1,
110 { "nopredictor1", o_bool, &ccp_wantoptions[0].predictor_1,
113 { "-predictor1", o_bool, &ccp_wantoptions[0].predictor_1
    [all...]
options.c 237 { "nodetach", o_bool, &nodetach,
239 { "-detach", o_bool, &nodetach,
242 { "up_sdnotify", o_bool, &up_sdnotify,
246 { "updetach", o_bool, &updetach,
250 { "master_detach", o_bool, &master_detach,
273 { "persist", o_bool, &persist,
275 { "nopersist", o_bool, &persist,
278 { "demand", o_bool, &demand,
285 { "show-options", o_bool, &show_options,
313 { "ktune", o_bool, &tune_kernel
    [all...]
options.h 37 o_bool, enumerator in enum:opt_type
66 #define OPT_A2OR 0x800 /* for o_bool, OR arg to *(u_char *)addr2 */
76 #define OPT_A2CLRB 0x20000 /* o_bool, clr val bits in *(u_char *)addr2 */
auth.c 322 { "auth", o_bool, &auth_required,
324 { "noauth", o_bool, &auth_required,
327 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
330 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
333 { "require-chap", o_bool, &auth_required,
337 { "+chap", o_bool, &auth_required,
342 { "require-mschap", o_bool, &auth_required,
346 { "+mschap", o_bool, &auth_required,
350 { "require-mschap-v2", o_bool, &auth_required,
354 { "+mschap-v2", o_bool, &auth_required
    [all...]
ipcp.c 148 { "noip", o_bool, &ipcp_protent.enabled_flag,
150 { "-ip", o_bool, &ipcp_protent.enabled_flag,
153 { "novj", o_bool, &ipcp_wantoptions[0].neg_vj,
155 { "-vj", o_bool, &ipcp_wantoptions[0].neg_vj,
159 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag,
162 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag,
170 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
172 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
178 { "noipdefault", o_bool, &disable_defaultip,
195 { "defaultroute", o_bool, &ipcp_wantoptions[0].default_route
    [all...]
ipv6cp.c 246 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag,
248 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag,
250 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag,
253 { "ipv6cp-accept-local", o_bool, &ipv6cp_wantoptions[0].accept_local,
255 { "ipv6cp-accept-remote", o_bool, &ipv6cp_wantoptions[0].accept_remote,
258 { "defaultroute6", o_bool, &ipv6cp_wantoptions[0].default_route,
260 { "nodefaultroute6", o_bool, &ipv6cp_allowoptions[0].default_route,
263 { "-defaultroute6", o_bool, &ipv6cp_allowoptions[0].default_route,
267 { "ipv6cp-use-ipaddr", o_bool, &ipv6cp_allowoptions[0].use_ip,
269 { "ipv6cp-use-persistent", o_bool, &ipv6cp_wantoptions[0].use_persistent
    [all...]
lcp.c 111 { "noaccomp", o_bool, &lcp_wantoptions[0].neg_accompression,
114 { "-ac", o_bool, &lcp_wantoptions[0].neg_accompression,
133 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber,
136 { "-mn", o_bool, &lcp_wantoptions[0].neg_magicnumber,
143 { "default-mru", o_bool, &lcp_wantoptions[0].neg_mru,
146 { "-mru", o_bool, &lcp_wantoptions[0].neg_mru,
153 { "nopcomp", o_bool, &lcp_wantoptions[0].neg_pcompression,
156 { "-pc", o_bool, &lcp_wantoptions[0].neg_pcompression,
160 { "passive", o_bool, &lcp_wantoptions[0].passive,
162 { "-p", o_bool, &lcp_wantoptions[0].passive
    [all...]
tty.c 182 { "lock", o_bool, &lockflag,
184 { "nolock", o_bool, &lockflag,
203 { "notty", o_bool, &notty,
234 { "modem", o_bool, &modem,
236 { "local", o_bool, &modem,
239 { "sync", o_bool, &sync_serial,
upap.c 70 { "hide-password", o_bool, &hide_password,
72 { "show-password", o_bool, &hide_password,
chap.c 72 { "chapms-strip-domain", o_bool, &chapms_strip_domain,
chap_ms.c 148 { "ms-lanman", o_bool, &ms_lanman,
eap.c 125 { "srp-use-pseudonym", o_bool, &eap_states[0].es_usepseudo,
  /src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
pppol2tp.c 99 { "pppol2tp_lns_mode", o_bool, &pppol2tp_lns_mode,
102 { "pppol2tp_send_seq", o_bool, &pppol2tp_send_seq,
106 { "pppol2tp_recv_seq", o_bool, &pppol2tp_recv_seq,

Completed in 42 milliseconds