Return the port number from a BIO_ADDR in host byte order.
Synopsis
Declared in <openssl/bio.h>
unsigned short
BIO_ADDR_rawport(BIO_ADDR const* ap);
Return Value
Port number, or 0 if unset / not applicable (for example AF_UNIX).
Parameters
Name |
Description |
ap |
Address object to query. |
Created with MrDocs