pub unsafe extern "C" fn dhcpv6_client_init(
    event_queue: *mut event_queue_t,
    netif: u16
)
Expand description

@brief Initializes the client

@pre event_queue->waiter != NULL

@param[in] event_queue Event queue to use with the client. Needs to be initialized in the handler thread. @param[in] netif The network interface the client should listen on. SOCK_ADDR_ANY_NETIF for any interface