Skip to main content

SCNetworkReachabilityCreateWithAddressPair

Function SCNetworkReachabilityCreateWithAddressPair 

Source
pub unsafe extern "C" fn SCNetworkReachabilityCreateWithAddressPair(
    allocator: CFAllocatorRef,
    local_address: *const sockaddr,
    remote_address: *const sockaddr,
) -> SCNetworkReachabilityRef
Available on crate feature raw-ffi only.