Skip to main content

getnetbyaddr_r

Function getnetbyaddr_r 

Source
pub unsafe extern "C" fn getnetbyaddr_r(
    net: u32,
    type_: c_int,
    result_buf: *mut netent,
    buf: *mut c_char,
    buflen: size_t,
    result: *mut *mut netent,
    h_errnop: *mut c_int,
) -> c_int