Skip to content
Snippets Groups Projects
Commit edc609d2 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

sys/include/net/ng_ipv6/netif.h: docfix

parent b0ad14c1
No related branches found
No related tags found
No related merge requests found
...@@ -259,8 +259,8 @@ ng_ipv6_netif_t *ng_ipv6_netif_get(kernel_pid_t pid); ...@@ -259,8 +259,8 @@ ng_ipv6_netif_t *ng_ipv6_netif_get(kernel_pid_t pid);
* @details This sets/unsets the NG_IPV6_NETIF_FLAGS_ROUTER and initializes * @details This sets/unsets the NG_IPV6_NETIF_FLAGS_ROUTER and initializes
* or ceases router behavior for neighbor discovery. * or ceases router behavior for neighbor discovery.
* *
* @param[in] The interface. * @param[in] netif The interface.
* @param[in] Status for the NG_IPV6_NETIF_FLAGS_ROUTER flag. * @param[in] enable Status for the NG_IPV6_NETIF_FLAGS_ROUTER flag.
*/ */
static inline void ng_ipv6_netif_set_rtr(ng_ipv6_netif_t *netif, bool enable) static inline void ng_ipv6_netif_set_rtr(ng_ipv6_netif_t *netif, bool enable)
{ {
...@@ -275,8 +275,8 @@ static inline void ng_ipv6_netif_set_rtr(ng_ipv6_netif_t *netif, bool enable) ...@@ -275,8 +275,8 @@ static inline void ng_ipv6_netif_set_rtr(ng_ipv6_netif_t *netif, bool enable)
* NG_IPV6_NETIF_FLAGS_RTR_ADV and initializes or ceases router * NG_IPV6_NETIF_FLAGS_RTR_ADV and initializes or ceases router
* advertising behavior for neighbor discovery. * advertising behavior for neighbor discovery.
* *
* @param[in] The interface. * @param[in] netif The interface.
* @param[in] Status for the NG_IPV6_NETIF_FLAGS_RTR flag. * @param[in] enable Status for the NG_IPV6_NETIF_FLAGS_RTR flag.
*/ */
static inline void ng_ipv6_netif_set_rtr_adv(ng_ipv6_netif_t *netif, bool enable) static inline void ng_ipv6_netif_set_rtr_adv(ng_ipv6_netif_t *netif, bool enable)
{ {
......
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