Lines Matching refs:port
79 const char *port, int timeout);
162 {"host", OPT_HOST, 's', "TCP/IP hostname:port to connect to"},
163 {"port", OPT_PORT, 'N', "Port to run responder on"},
167 "[http[s]://]host[:port][/path] of HTTP(S) proxy to use; path is ignored"},
238 char *host = NULL, *port = NULL, *path = "/", *outfile = NULL;
290 &host, &port, NULL /* port_num */,
296 tport = port;
303 port = opt_arg();
555 && respin == NULL && !(port != NULL && ridx_filename != NULL))
577 if (req == NULL && port != NULL) {
579 acbio = http_server_init_bio(prog, port);
660 res = do_responder(&req, &cbio, acbio, port, req_timeout);
733 resp = process_responder(req, host, port, path, opt_proxy, opt_no_proxy,
1200 const char *port, int timeout)
1206 prog, port, 1 /* accept_get */, timeout);
1232 const char *port, const char *path,
1249 app_http_post_asn1(host, port, path, proxy, no_proxy,