Home
last modified time | relevance | path

Searched refs:ip_port (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/bio/
H A Dbio_sock.c285 int BIO_accept(int sock, char **ip_port) in BIO_accept() argument
302 if (ip_port != NULL) { in BIO_accept()
306 *ip_port = OPENSSL_zalloc(strlen(host) + strlen(port) + 2); in BIO_accept()
308 *ip_port = NULL; in BIO_accept()
312 if (*ip_port == NULL) { in BIO_accept()
316 strcpy(*ip_port, host); in BIO_accept()
317 strcat(*ip_port, ":"); in BIO_accept()
318 strcat(*ip_port, port); in BIO_accept()
/openssl/include/openssl/
H A Dbio.h.in861 OSSL_DEPRECATEDIN_1_1_0 int BIO_accept(int sock, char **ip_port);

Completed in 10 milliseconds