Function gnunet_sys::GNUNET_HELLO_extract_address[][src]

pub unsafe extern "C" fn GNUNET_HELLO_extract_address(
    raw: *const c_void,
    raw_size: usize,
    pid: *const GNUNET_PeerIdentity,
    nt: *mut GNUNET_NetworkType,
    mono_time: *mut GNUNET_TIME_Absolute
) -> *mut c_char

Check signature and extract address record.

@param raw raw signed address @param raw_size size of @a raw @param pid public key to use for signature verification @param nt[out] set to network type @param mono_time[out] when was the address generated @return NULL on error, otherwise the address