Skip to main content

wolfIO_TcpConnect

Function wolfIO_TcpConnect 

Source
pub unsafe extern "C" fn wolfIO_TcpConnect(
    sockfd: *mut SOCKET_T,
    ip: *const c_char,
    port: c_ushort,
    to_sec: c_int,
) -> c_int