Searched refs:BIO_ADDR_hostname_string (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BIO_ADDR.pod | 7 BIO_ADDR_hostname_string, BIO_ADDR_service_string, 25 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric); 75 BIO_ADDR_hostname_string() returns a character string with the 104 The string producing functions BIO_ADDR_hostname_string(),
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_acpt.c | 269 BIO_ADDR_hostname_string(&c->cache_accepting_addr, 1); in acpt_state() 334 BIO_ADDR_hostname_string(&c->cache_peer_addr, 1); in acpt_state()
|
H A D | bio_sock.c | 268 char *host = BIO_ADDR_hostname_string(&res, 1); in BIO_accept()
|
H A D | bss_conn.c | 471 char *host = BIO_ADDR_hostname_string(addr, 1); in conn_ctrl()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bss_acpt.c | 264 BIO_ADDR_hostname_string(&c->cache_accepting_addr, 1); in acpt_state() 327 BIO_ADDR_hostname_string(&c->cache_peer_addr, 1); in acpt_state()
|
H A D | b_sock.c | 252 char *host = BIO_ADDR_hostname_string(&res, 1); in BIO_accept()
|
H A D | bss_conn.c | 440 char *host = BIO_ADDR_hostname_string(addr, 1); in conn_ctrl()
|
H A D | b_addr.c | 268 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_hostname_string() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_socket.c | 308 && (hostname = BIO_ADDR_hostname_string(info.addr, 1)) != NULL in do_server()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | s_socket.c | 216 && (hostname = BIO_ADDR_hostname_string(info.addr, 1)) != NULL in report_server_accept()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bio.h | 652 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bio.h.in | 713 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 252 BIO_ADDR_hostname_string;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 3150 BIO_ADDR_hostname_string 3103 1_1_0 EXIST::FUNCTION:SOCK
|