/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 206 { "nodetach", o_bool, &nodetach, 208 { "-detach", o_bool, &nodetach, 210 { "updetach", o_bool, &updetach, 216 { "lock", o_bool, &lockflag, 235 { "notty", o_bool, ¬ty, 237 { "directtty", o_bool, &direct_tty, 261 { "modem", o_bool, &modem, 263 { "local", o_bool, &modem, 269 { "persist", o_bool, &persist, 271 { "nopersist", o_bool, &persist, [all …]
|
H A D | auth.c | 238 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap, 240 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap, 242 { "refuse-pap", o_bool, &refuse_pap, 244 { "-pap", o_bool, &refuse_pap, 246 { "require-chap", o_bool, &lcp_wantoptions[0].neg_chap, 248 { "+chap", o_bool, &lcp_wantoptions[0].neg_chap, 250 { "refuse-chap", o_bool, &refuse_chap, 252 { "-chap", o_bool, &refuse_chap, 259 { "usehostname", o_bool, &usehostname, 264 { "auth", o_bool, &auth_required, [all …]
|
H A D | ipcp.c | 109 { "noip", o_bool, &ipcp_protent.enabled_flag, 111 { "-ip", o_bool, &ipcp_protent.enabled_flag, 113 { "novj", o_bool, &ipcp_wantoptions[0].neg_vj, 115 { "-vj", o_bool, &ipcp_wantoptions[0].neg_vj, 117 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag, 120 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag, 125 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local, 127 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote, 131 { "noipdefault", o_bool, &disable_defaultip, 145 { "defaultroute", o_bool, &ipcp_wantoptions[0].default_route, [all …]
|
H A D | ccp.c | 49 { "noccp", o_bool, &ccp_protent.enabled_flag, 51 { "-ccp", o_bool, &ccp_protent.enabled_flag, 55 { "nobsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress, 58 { "-bsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress, 63 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate, 66 { "-deflate", o_bool, &ccp_wantoptions[0].deflate, 69 { "nodeflatedraft", o_bool, &ccp_wantoptions[0].deflate_draft, 72 { "predictor1", o_bool, &ccp_wantoptions[0].predictor_1, 74 { "nopredictor1", o_bool, &ccp_wantoptions[0].predictor_1, 77 { "-predictor1", o_bool, &ccp_wantoptions[0].predictor_1,
|
H A D | lcp.c | 116 { "noaccomp", o_bool, &lcp_wantoptions[0].neg_accompression, 119 { "-ac", o_bool, &lcp_wantoptions[0].neg_accompression, 122 { "default-asyncmap", o_bool, &lcp_wantoptions[0].neg_asyncmap, 125 { "-am", o_bool, &lcp_wantoptions[0].neg_asyncmap, 132 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber, 135 { "-mn", o_bool, &lcp_wantoptions[0].neg_magicnumber, 138 { "default-mru", o_bool, &lcp_wantoptions[0].neg_mru, 141 { "-mru", o_bool, &lcp_wantoptions[0].neg_mru, 150 { "nopcomp", o_bool, &lcp_wantoptions[0].neg_pcompression, 153 { "-pc", o_bool, &lcp_wantoptions[0].neg_pcompression, [all …]
|
H A D | ipv6cp.c | 182 { "noipv6", o_bool, &ipv6cp_protent.enabled_flag, 184 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag, 186 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag, 188 { "ipv6cp-accept-local", o_bool, &ipv6cp_wantoptions[0].accept_local, 190 { "ipv6cp-use-ipaddr", o_bool, &ipv6cp_wantoptions[0].use_ip, 193 { "ipv6cp-use-persistent", o_bool, &ipv6cp_wantoptions[0].use_persistent,
|
H A D | upap.c | 46 { "hide-password", o_bool, &hide_password, 48 { "show-password", o_bool, &hide_password,
|
H A D | pppd.h | 110 o_bool, enumerator
|
H A D | sys-solaris.c | 167 { "plink", o_bool, &use_plink, "Use I_PLINK instead of I_LINK", 169 { "noplink", o_bool, &use_plink, "Use I_LINK instead of I_PLINK", 171 { "plumbed", o_bool, &plumbed, "Use pre-plumbed interface",
|
H A D | chap.c | 63 { "ms-lanman", o_bool, &ms_lanman,
|