We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a588042 commit 60e6641Copy full SHA for 60e6641
include/zephyr/net/net_if.h
@@ -92,6 +92,8 @@ struct net_if_addr {
92
struct {
93
/** Duplicate address detection (DAD) timer */
94
sys_snode_t dad_node;
95
+
96
+ /** DAD start time */
97
uint32_t dad_start;
98
99
/** How many times we have done DAD */
0 commit comments