| /src/external/ibm-public/postfix/dist/src/util/ |
| host_port.c | 1 /* $NetBSD: host_port.c,v 1.3 2025/02/25 19:15:52 christos Exp $ */ 5 /* host_port 3 9 /* #include <host_port.h> 11 /* const char *host_port(string, host, def_host, port, def_service) 18 /* host_port() splits a string into substrings with the host 54 /* if ((parse_error = host_port(buf, &host, NULL, &port, defport)) != 0) 68 /* if ((parse_error = host_port(buf, &host, "", &port, NULL)) != 0) 101 #include <host_port.h> 115 /* host_port - parse string into host and port, destroy string */ 117 const char *host_port(char *buf, char **host, char *def_host function [all...] |
| /src/crypto/external/apache2/openssl/dist/doc/designs/ddd/ |
| ddd-01-conn-blocking.c | 140 static char msg[384], host_port[300]; local 151 snprintf(host_port, sizeof(host_port), "%s:%s", argv[1], argv[2]); 161 b = new_conn(ctx, host_port);
|
| ddd-02-conn-nonblocking-threads.c | 261 static char tx_msg[384], host_port[300]; local 274 snprintf(host_port, sizeof(host_port), "%s:%s", argv[1], argv[2]); 284 conn = new_conn(ctx, host_port);
|
| ddd-02-conn-nonblocking.c | 316 static char tx_msg[384], host_port[300]; local 337 snprintf(host_port, sizeof(host_port), "%s:%s", argv[1], argv[2]); 347 conn = new_conn(ctx, host_port);
|
| /src/crypto/external/bsd/openssh/dist/ |
| channels.h | 172 int host_port; /* remote port to connect for forwards */ member in struct:Channel
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| http.c | 3774 uint16_t host_port = http_port; local 3800 host_port = ntohs(family == AF_INET ? sa->type.sin.sin_port 3817 if (host_port == 0) { 3818 host_port = https ? 443 : 80; 3823 ipv6_addr ? "]" : "", host_port, abs_path);
|