/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 212 { "nodetach", o_bool, &nodetach, 214 { "-detach", o_bool, &nodetach, 216 { "updetach", o_bool, &updetach, 222 { "lock", o_bool, &lockflag, 241 { "notty", o_bool, ¬ty, 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, &persist, [all …]
|
H A D | auth.c | 241 { "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, &auth_required, [all …]
|
H A D | ipcp.c | 116 { "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, &ipcp_wantoptions[0].default_route, [all …]
|
H A D | ccp.c | 53 { "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, &ccp_wantoptions[0].predictor_1,
|
H A D | lcp.c | 124 { "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, &lcp_wantoptions[0].neg_pcompression, [all …]
|
H A D | ipv6cp.c | 186 { "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 D | upap.c | 53 { "hide-password", o_bool, &hide_password, 55 { "show-password", o_bool, &hide_password,
|
H A D | pppd.h | 103 o_bool, enumerator
|
H A D | sys-solaris.c | 173 { "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",
|
H A D | chap.c | 73 { "ms-lanman", o_bool, &ms_lanman,
|