Function gnunet_sys::GNUNET_TUN_ipv6toregexsearch[][src]

pub unsafe extern "C" fn GNUNET_TUN_ipv6toregexsearch(
    ipv6: *const in6_addr,
    port: u16,
    rxstr: *mut c_char
)

Create a regex in @a rxstr from the given @a ipv6 and @a port.

@param ipv6 IPv6 representation. @param port destination port @param rxstr generated regex, must be at least #GNUNET_TUN_IPV6_REGEXLEN bytes long.