Function libzt::zts_addr_compute_6plane[][src]

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

@brief Compute a 6PLANE 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.