[][src]Function enet_sys::enet_address_get_host_ip

pub unsafe extern "C" fn enet_address_get_host_ip(
    address: *const ENetAddress,
    hostName: *mut c_char,
    nameLength: usize
) -> c_int

Gives the printable form of the IP address specified in the address parameter. @param address address printed @param hostName destination for name, must not be NULL @param nameLength maximum length of hostName. @returns the null-terminated name of the host in hostName on success @retval 0 on success @retval < 0 on failure