Home
last modified time | relevance | path

Searched refs:BIO_get_peer_port (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_s_accept.pod7 BIO_get_peer_name, BIO_get_peer_port,
29 char *BIO_get_peer_port(BIO *b);
155 BIO_get_peer_name(), BIO_get_peer_port(),
170 BIO_get_peer_port() returns the peer port as a string or NULL on error.
/third_party/openssl/util/
Dprivate.num106 BIO_get_peer_port define
/third_party/openssl/include/openssl/
Dbio.h389 # define BIO_get_peer_port(b) ((const char *)BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,3)) macro