| /src/external/bsd/ppp/usr.sbin/plugins/status/ |
| status.c | 86 { "lcpstatus", o_string, &statusfilename,
|
| /src/external/bsd/ppp/dist/pppd/plugins/pppoe/ |
| plugin.c | 77 { "pppoe-service", o_string, &pppd_pppoe_service, 79 { "rp_pppoe_service", o_string, &pppd_pppoe_service, 81 { "pppoe-ac", o_string, &acName, 83 { "rp_pppoe_ac", o_string, &acName, 85 { "pppoe-sess", o_string, &existingSession, 87 { "rp_pppoe_sess", o_string, &existingSession, 93 { "pppoe-mac", o_string, &pppoe_reqd_mac, 95 { "pppoe-host-uniq", o_string, &pppoe_host_uniq, 97 { "host-uniq", o_string, &pppoe_host_uniq,
|
| /src/external/bsd/ppp/dist/pppd/ |
| options.h | 40 o_string, enumerator in enum:opt_type 74 #define OPT_HIDE 0x10000 /* for o_string, print value as ?????? */
|
| options.c | 305 { "linkname", o_string, linkname, 326 { "ifname", o_string, req_ifname, 350 { "net-init-script", o_string, path_net_init, 353 { "net-pre-up-script", o_string, path_net_preup, 356 { "net-down-script", o_string, path_net_down, 360 { "ip-up-script", o_string, path_ipup, 363 { "ip-down-script", o_string, path_ipdown, 366 { "ip-pre-up-script", o_string, path_ippreup, 371 { "ipv6-up-script", o_string, path_ipv6up, 374 { "ipv6-down-script", o_string, path_ipv6down [all...] |
| auth.c | 397 { "name", o_string, our_name, 405 { "user", o_string, user, 409 { "password", o_string, passwd, 417 { "remotename", o_string, remote_name, 421 { "pap-secrets", o_string, path_upapfile, 425 { "chap-secrets", o_string, path_chapfile, 445 { "remotenumber", o_string, remote_number, 454 { "ca", o_string, &cacert_file, "CA certificate in PEM format" }, 455 { "capath", o_string, &ca_path, "TLS CA certificate directory" }, 456 { "crl-dir", o_string, &crl_dir, "Use CRLs in directory" } [all...] |
| tty.c | 187 { "init", o_string, &initializer, 190 { "connect", o_string, &connect_script, 193 { "disconnect", o_string, &disconnect_script, 196 { "welcome", o_string, &welcomer, 199 { "pty", o_string, &ptycommand, 206 { "socket", o_string, &pty_socket, 210 { "record", o_string, &record_file,
|
| chap_ms.c | 152 { "mschap-challenge", o_string, &mschap_challenge, 154 { "mschap2-peer-challenge", o_string, &mschap2_peer_challenge,
|
| ipcp.c | 175 { "ipparam", o_string, &ipparam,
|
| lcp.c | 175 { "lcp-rtt-file", o_string, &lcp_rtt_file,
|
| eap.c | 123 { "srp-pn-secret", o_string, &pn_secret,
|
| /src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/ |
| pppol2tp.c | 116 { "pppol2tp_ifname", o_string, &pppol2tp_ifname,
|