pub unsafe extern "C" fn dhcpv6_client_get_duid_l2(
netif: c_uint,
duid: *mut dhcpv6_duid_l2_t,
) -> c_uint
Expand description
@name Stack-specific functions
These functions need to be provided by the network-stack implementation. @{ / /** @brief Get the link-layer address DUID for the client
@param[in] netif The network interface the client is bound to. May be SOCK_ADDR_ANY_NETIF for any interface. @param[out] duid The resulting DUID.
@return length of the @p duid on success. @return 0, on error.