Skip to content

Commit

Permalink
sys/net/netopt: add options for IPv4 address
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cabaj committed Oct 6, 2023
1 parent 32ab481 commit 62d8315
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sys/include/net/netopt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 62d8315

Please sign in to comment.