Lines Matching defs:port
60 * @port: the port to connect to (ignored for AF_UNIX).
62 * @bindport: source port (ignored for AF_UNIX).
68 * This will create a socket and use it to connect to a host:port, or if
77 int init_client(int *sock, const char *host, const char *port,
91 ret = BIO_lookup_ex(host, port, BIO_LOOKUP_CLIENT, family, type, protocol,
243 * @port: the port to connect to (ignored for AF_UNIX).
253 * This will create a socket and use it to listen to a host:port, or if
259 int do_server(int *accept_sock, const char *host, const char *port,
278 if (!BIO_lookup_ex(host, port, BIO_LOOKUP_SERVER, family, type, protocol,