Searched refs:o_string (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 226 { "init", o_string, &initializer, 229 { "connect", o_string, &connect_script, 232 { "disconnect", o_string, &disconnect_script, 235 { "welcome", o_string, &welcomer, 238 { "pty", o_string, &ptycommand, 245 { "socket", o_string, &pty_socket, 247 { "record", o_string, &record_file, 302 { "linkname", o_string, linkname, 326 { "bundle", o_string, &bundle_name, 814 case o_string: [all …]
|
H A D | auth.c | 257 { "name", o_string, our_name, 260 { "user", o_string, user, 264 { "remotename", o_string, remote_name, 277 { "password", o_string, passwd,
|
H A D | pppd.h | 106 o_string enumerator
|
H A D | ipcp.c | 136 { "ipparam", o_string, &ipparam,
|
H A D | lcp.c | 207 { "ident", o_string, identstr,
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | passprompt.c | 21 { "promptprog", o_string, promptprog,
|