Searched refs:o_bool (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c212 { "nodetach", o_bool, &nodetach,
214 { "-detach", o_bool, &nodetach,
216 { "updetach", o_bool, &updetach,
222 { "lock", o_bool, &lockflag,
241 { "notty", o_bool, &notty,
243 { "directtty", o_bool, &direct_tty,
267 { "modem", o_bool, &modem,
269 { "local", o_bool, &modem,
275 { "persist", o_bool, &persist,
277 { "nopersist", o_bool,
[all...]
H A Dauth.c241 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
243 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
245 { "refuse-pap", o_bool, &refuse_pap,
247 { "-pap", o_bool, &refuse_pap,
249 { "require-chap", o_bool, &lcp_wantoptions[0].neg_chap,
251 { "+chap", o_bool, &lcp_wantoptions[0].neg_chap,
253 { "refuse-chap", o_bool, &refuse_chap,
255 { "-chap", o_bool, &refuse_chap,
262 { "usehostname", o_bool, &usehostname,
267 { "auth", o_bool,
[all...]
H A Dipcp.c116 { "noip", o_bool, &ipcp_protent.enabled_flag,
118 { "-ip", o_bool, &ipcp_protent.enabled_flag,
120 { "novj", o_bool, &ipcp_wantoptions[0].neg_vj,
122 { "-vj", o_bool, &ipcp_wantoptions[0].neg_vj,
124 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag,
127 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag,
132 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
134 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
138 { "noipdefault", o_bool, &disable_defaultip,
152 { "defaultroute", o_bool,
[all...]
H A Dccp.c53 { "noccp", o_bool, &ccp_protent.enabled_flag,
55 { "-ccp", o_bool, &ccp_protent.enabled_flag,
59 { "nobsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
62 { "-bsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
67 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate,
70 { "-deflate", o_bool, &ccp_wantoptions[0].deflate,
73 { "nodeflatedraft", o_bool, &ccp_wantoptions[0].deflate_draft,
76 { "predictor1", o_bool, &ccp_wantoptions[0].predictor_1,
78 { "nopredictor1", o_bool, &ccp_wantoptions[0].predictor_1,
81 { "-predictor1", o_bool,
[all...]
H A Dlcp.c124 { "noaccomp", o_bool, &lcp_wantoptions[0].neg_accompression,
127 { "-ac", o_bool, &lcp_wantoptions[0].neg_accompression,
130 { "default-asyncmap", o_bool, &lcp_wantoptions[0].neg_asyncmap,
133 { "-am", o_bool, &lcp_wantoptions[0].neg_asyncmap,
140 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber,
143 { "-mn", o_bool, &lcp_wantoptions[0].neg_magicnumber,
146 { "default-mru", o_bool, &lcp_wantoptions[0].neg_mru,
149 { "-mru", o_bool, &lcp_wantoptions[0].neg_mru,
158 { "nopcomp", o_bool, &lcp_wantoptions[0].neg_pcompression,
161 { "-pc", o_bool,
[all...]
H A Dipv6cp.c186 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag,
188 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag,
190 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag,
192 { "ipv6cp-accept-local", o_bool, &ipv6cp_wantoptions[0].accept_local,
194 { "ipv6cp-use-ipaddr", o_bool, &ipv6cp_wantoptions[0].use_ip,
197 { "ipv6cp-use-persistent", o_bool, &ipv6cp_wantoptions[0].use_persistent,
H A Dupap.c53 { "hide-password", o_bool, &hide_password,
55 { "show-password", o_bool, &hide_password,
H A Dpppd.h103 o_bool, enumerator in enum:opt_type
H A Dchap.c73 { "ms-lanman", o_bool, &ms_lanman,
H A Dsys-solaris.c173 { "plink", o_bool, &use_plink, "Use I_PLINK instead of I_LINK",
175 { "noplink", o_bool, &use_plink, "Use I_LINK instead of I_PLINK",
177 { "plumbed", o_bool, &plumbed, "Use pre-plumbed interface",

Completed in 130 milliseconds