Home | History | Annotate | Download | only in apps

Lines Matching defs:opt_port

167 static char *opt_port = NULL;
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 != NULL
2946 if (opt_port != NULL) { /* act as very basic CMP HTTP server */