Skip to main content

dns_gethostbyname

Function dns_gethostbyname 

Source
pub unsafe extern "C" fn dns_gethostbyname(
    hostname: *const c_char,
    addr: *mut ip_addr_t,
    found: dns_found_callback,
    callback_arg: *mut c_void,
) -> err_t