Searched refs:ip_port (Results 1 – 3 of 3) sorted by relevance
235 int BIO_accept(int sock, char **ip_port) in BIO_accept() argument251 if (ip_port != NULL) { in BIO_accept()255 *ip_port = OPENSSL_zalloc(strlen(host) + strlen(port) + 2); in BIO_accept()257 *ip_port = NULL; in BIO_accept()259 if (*ip_port == NULL) { in BIO_accept()264 strcpy(*ip_port, host); in BIO_accept()265 strcat(*ip_port, ":"); in BIO_accept()266 strcat(*ip_port, port); in BIO_accept()
112 client_control_port = tmp_server.local_address.ip_port
690 DEPRECATEDIN_1_1_0(int BIO_accept(int sock, char **ip_port))