Function libzt::zts_addr_compute_rfc4193[][src]

pub unsafe extern "C" fn zts_addr_compute_rfc4193(
    net_id: u64,
    node_id: u64,
    addr: *mut zts_sockaddr_storage
) -> c_int
Expand description

@brief Compute RFC4193 IPv6 address for the given Network ID and Node ID

@param net_id Network ID @param node_id Node ID @param addr Destination structure for address @return ZTS_ERR_OK if successful, ZTS_ERR_ARG if invalid argument.