From 62d8315fb9ebc45e886b10c72eefb550075bc3e2 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Tue, 3 Oct 2023 12:30:20 -0400 Subject: [PATCH] sys/net/netopt: add options for IPv4 address --- sys/include/net/netopt.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sys/include/net/netopt.h b/sys/include/net/netopt.h index 5a06f98c819e0..946cdd3ab5393 100644 --- a/sys/include/net/netopt.h +++ b/sys/include/net/netopt.h @@ -827,6 +827,16 @@ typedef enum { */ NETOPT_GTS_TX, + + /** + * @brief (uint32_t) for all three NETOPT_IPV4.. + * + * ToDo doc... + */ + NETOPT_IPV4_ADDR, + NETOPT_IPV4_MASK, + NETOPT_IPV4_GW, + /** * @brief maximum number of options defined here. *