dtls_session_equals

Function dtls_session_equals 

Source
pub unsafe extern "C" fn dtls_session_equals(
    a: *const session_t,
    b: *const session_t,
) -> c_int
Expand description

Compares the given session objects. This function returns @c 0 when @p a and @p b differ, @c 1 otherwise.