Skip to content
Snippets Groups Projects
Commit e80e4fb1 authored by Martine Lenders's avatar Martine Lenders
Browse files

Merge pull request #2580 from authmillenon/ng_netconf/api/add_src_len

ng_netconf: add source length identifier
parents c13e5894 5b3cf47a
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,9 @@ typedef enum { ...@@ -45,7 +45,9 @@ typedef enum {
NETCONF_OPT_ADDR_LEN, /**< get the default address length a NETCONF_OPT_ADDR_LEN, /**< get the default address length a
* network device expects as uint16_t in * network device expects as uint16_t in
* host byte order */ * host byte order */
NETCONF_OPT_SRC_LEN, /**< get/set the address length to choose
* for the network device's source address
* as uint16_t in host byte order */
/** /**
* @brief get/set the network ID as uint16_t in host byte order * @brief get/set the network ID as uint16_t in host byte order
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment