Searched refs:BIO_ADDR_rawaddress (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_ADDR.pod | 6 BIO_ADDR_family, BIO_ADDR_rawaddress, BIO_ADDR_rawport, 23 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l); 61 BIO_ADDR_rawaddress() will write the raw address of the given 97 Both BIO_ADDR_rawmake() and BIO_ADDR_rawaddress() take a pointer to a
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock.c | 59 } else if (BIO_ADDR_rawaddress(BIO_ADDRINFO_address(res), NULL, &l)) { in BIO_get_host_ip() 65 ret = BIO_ADDR_rawaddress(BIO_ADDRINFO_address(res), ip, &l); in BIO_get_host_ip()
|
H A D | bio_addr.c | 145 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l) in BIO_ADDR_rawaddress() function
|
H A D | bss_dgram.c | 368 if (BIO_ADDR_rawaddress(&data->peer, &tmp_addr, NULL) in dgram_get_mtu_overhead() 539 if (BIO_ADDR_rawaddress(&data->peer, &tmp_addr, NULL) in dgram_ctrl()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 787 if (!BIO_ADDR_rawaddress(peer, NULL, &length)) { in generate_stateless_cookie_callback() 798 BIO_ADDR_rawaddress(peer, buffer + sizeof(port), NULL); in generate_stateless_cookie_callback()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 734 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
|
H A D | bio.h.in | 711 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 257 BIO_ADDR_rawaddress;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 763 MLINKS+= BIO_ADDR.3 BIO_ADDR_rawaddress.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3031 BIO_ADDR_rawaddress 3098 3_0_0 EXIST::FUNCTION:SOCK
|