Searched refs:BIO_ADDR_hostname_string (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/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); 76 BIO_ADDR_hostname_string() returns a character string with the 105 The string producing functions BIO_ADDR_hostname_string(),
|
/freebsd/crypto/openssl/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()
|
H A D | bio_addr.c | 277 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_hostname_string() function
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_socket.c | 216 && (hostname = BIO_ADDR_hostname_string(info.addr, 1)) != NULL in report_server_accept()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 736 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
|
H A D | bio.h.in | 713 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 254 BIO_ADDR_hostname_string;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 760 MLINKS+= BIO_ADDR.3 BIO_ADDR_hostname_string.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3036 BIO_ADDR_hostname_string 3103 3_0_0 EXIST::FUNCTION:SOCK
|