Function libzt::zts_addr_get_all[][src]

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

@brief Get all IP addresses assigned to this node by the given network

@param net_id Network ID @param addr Destination buffer to hold address @param count Number of addresses returned @return ZTS_ERR_OK if successful, ZTS_ERR_SERVICE if the node experiences a problem, ZTS_ERR_ARG if invalid argument.