Skip to main content

wolfSSL_dtls_get0_peer

Function wolfSSL_dtls_get0_peer 

Source
pub unsafe extern "C" fn wolfSSL_dtls_get0_peer(
    ssl: *mut WOLFSSL,
    peer: *mut *const c_void,
    peerSz: *mut c_uint,
) -> c_int