Function libzt::zts_bsd_gethostbyname[][src]

pub unsafe extern "C" fn zts_bsd_gethostbyname(
    name: *const c_char
) -> *mut zts_hostent
Expand description

@brief Resolve a host-name

@param name A null-terminated string representing the name of the host @return Pointer to struct zts_hostent if successful, NULL otherwise