Lines Matching defs:port
167 #define REQ_HAS_PORT(secreq) ((secreq)->parsed_url.port != 0)
173 #define SECREQ_HAS_PORT(secreq) ((secreq)->parsed_url.port != 0)
174 #define SECREQ_PORT(secreq) ((secreq)->parsed_url.port)
183 char port[6] = { 0 };
189 ret = snprintf(port, 6, "%d", SECREQ_PORT(secreq));
205 SECREQ_HAS_PORT(secreq) ? port : "",
341 int port;
381 /* STEP1: reparse URL to get hostname and port */
405 state->port = parsed.port;
412 state->port = 443;
415 state->port = 80;
418 DEBUG(SSSDBG_TRACE_LIBS, "proxy port: %d\n", state->port);
502 state->port, state->hostidx);
517 ipaddr, state->port);