BIO_ADDR_rawaddress
if (!BIO_ADDR_rawaddress(peer, NULL, &length)) {
if (!BIO_ADDR_rawaddress(peer, buffer + sizeof(port), NULL))
} else if (BIO_ADDR_rawaddress(BIO_ADDRINFO_address(res), NULL, &l)) {
ret = BIO_ADDR_rawaddress(BIO_ADDRINFO_address(res), ip, &l);
if (BIO_ADDR_rawaddress(addr, &tmp_addr, NULL)
if (BIO_ADDR_rawaddress(&data->peer, &tmp_addr, NULL)
int BIO_ADDR_rawaddress(const BIO_ADDR *ap, void *p, size_t *l);
if (!BIO_ADDR_rawaddress(peer, NULL, &addr_len))
if (!BIO_ADDR_rawaddress(peer, addrptr, NULL)) {
if (!BIO_ADDR_rawaddress(peer, NULL, &remote_addr_len)
|| !BIO_ADDR_rawaddress(peer, remote_addr, &remote_addr_len)
if (!BIO_ADDR_rawaddress(peer, NULL, &token->remote_addr_len)
|| !BIO_ADDR_rawaddress(peer, token->remote_addr,
if (!BIO_ADDR_rawaddress(a, NULL, &alen))
if (!BIO_ADDR_rawaddress(b, NULL, &blen))
|| !BIO_ADDR_rawaddress(a, adata, &alen))
|| !BIO_ADDR_rawaddress(b, bdata, &blen))
if (!TEST_int_eq(BIO_ADDR_rawaddress(a, pa, &tmplen), 1))
if (!TEST_int_eq(BIO_ADDR_rawaddress(b, pb, &tmplen), 1))