Extract the raw network address bytes from a BIO_ADDR.
Declared in <openssl/bio.h>
int
BIO_ADDR_rawaddress(
BIO_ADDR const* ap,
void* p,
size_t* l);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ap | Address object to query. |
| p | Destination buffer for the raw address, or NULL to query length only. |
| l | On input, capacity of p when non-NULL; on output, required/written length. |