HomeSort by: relevance | last modified time | path
    Searched defs:opt_port (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/include/
tcsd.h 116 opt_port = 1, enumerator in enum:tcsd_config_option_code
  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 167 static char *opt_port = NULL; variable
248 OPT_PORT, OPT_MAX_MSGS,
485 {"port", OPT_PORT, 's',
602 {&opt_port}, {(char **)&opt_max_msgs},
2593 case OPT_PORT:
2594 opt_port = opt_str();
2689 if ((acbio = http_server_init_bio(prog, opt_port)) == NULL)
2699 prog, opt_port, 0, 0);
2898 if (opt_port != NULL) {
2924 || opt_port != NUL
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 191 static char *opt_port = NULL; variable
339 OPT_PORT,
632 { "port", OPT_PORT, 's',
769 { &opt_port }, { (char **)&opt_max_msgs },
3176 case OPT_PORT:
3177 opt_port = opt_str();
3292 if ((acbio = http_server_init(prog, opt_port, opt_verbosity)) == NULL)
3759 if (opt_port != NULL) {
3797 || opt_port != NULL
3815 if (opt_port != NULL) { /* act as very basic CMP HTTP server only *
    [all...]

Completed in 19 milliseconds