Searched refs:BIO_ADDR_rawaddress (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
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); 60 BIO_ADDR_rawaddress() will write the raw address of the given 96 Both BIO_ADDR_rawmake() and BIO_ADDR_rawaddress() take a pointer to a
|
/third_party/openssl/crypto/bio/ |
D | b_sock.c | 42 } else if (BIO_ADDR_rawaddress(BIO_ADDRINFO_address(res), NULL, &l)) { in BIO_get_host_ip() 48 ret = BIO_ADDR_rawaddress(BIO_ADDRINFO_address(res), ip, &l); in BIO_get_host_ip()
|
D | b_addr.c | 135 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l) in BIO_ADDR_rawaddress() function
|
D | bss_dgram.c | 376 if (BIO_ADDR_rawaddress(&data->peer, &tmp_addr, NULL) in dgram_get_mtu_overhead() 547 if (BIO_ADDR_rawaddress(&data->peer, &tmp_addr, NULL) in dgram_ctrl()
|
/third_party/openssl/apps/ |
D | s_cb.c | 778 if (!BIO_ADDR_rawaddress(peer, NULL, &length)) { in generate_cookie_callback() 788 BIO_ADDR_rawaddress(peer, buffer + sizeof(port), NULL); in generate_cookie_callback()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 650 int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
|
/third_party/openssl/util/ |
D | libcrypto.num | 3145 BIO_ADDR_rawaddress 3098 1_1_0 EXIST::FUNCTION:SOCK
|