Home
last modified time | relevance | path

Searched refs:BIO_CTRL_DGRAM_GET_PEER (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libcrypto/bio/
H A Dbio.h168 #define BIO_CTRL_DGRAM_GET_PEER 46 macro
514 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_PEER, 0, (char *)peer)
H A Dbss_dgram.c526 case BIO_CTRL_DGRAM_GET_PEER: in dgram_ctrl()