Function psp::sys::sceNetInetRecvfrom

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetInetRecvfrom(
    s: i32,
    buf: *mut c_void,
    len: usize,
    flags: i32,
    from: *mut sockaddr,
    from_len: *mut socklen_t
) -> i32