[][src]Function ndk_sys::gethostbyaddr_r

pub unsafe extern "C" fn gethostbyaddr_r(
    __addr: *const c_void,
    __length: socklen_t,
    __type: c_int,
    __ret: *mut hostent,
    __buf: *mut c_char,
    __buf_size: size_t,
    __result: *mut *mut hostent,
    __h_errno_ptr: *mut c_int
) -> c_int