Skip to content

Commit

Permalink
Wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
xnumad committed Feb 22, 2024
1 parent 43840a7 commit 2db2840
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sys/include/net/netopt.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#ifndef NET_NETOPT_H
#define NET_NETOPT_H

#include <kernel_defines.h>
#include <stdint.h>
#include <stdbool.h>
#include <net/ipv6/addr.h>
Expand Down Expand Up @@ -916,9 +917,12 @@ typedef enum {
*/
enum {
NETOPT_IPV6_IID_HWADDR = 0,
#if IS_ACTIVE(CONFIG_GNRC_IPV6_STABLE_PRIVACY) || defined(DOXYGEN)
NETOPT_IPV6_IID_RFC7217,
#endif
};

#if IS_ACTIVE(CONFIG_GNRC_IPV6_STABLE_PRIVACY) || defined(DOXYGEN)
/**
* @brief Data for @ref NETOPT_IPV6_IID when using RFC7217
*/
Expand All @@ -927,6 +931,7 @@ typedef struct {
const ipv6_addr_t *pfx;
uint8_t *dad_ctr;
} netopt_ipv6_rfc7217_iid_data;
#endif

/**
* @brief Option parameter to be used with @ref NETOPT_RF_TESTMODE
Expand Down

0 comments on commit 2db2840

Please sign in to comment.