Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
edc609d2
You need to sign in or sign up before continuing.
Commit
edc609d2
authored
9 years ago
by
Cenk Gündoğan
Browse files
Options
Downloads
Patches
Plain Diff
sys/include/net/ng_ipv6/netif.h: docfix
parent
b0ad14c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sys/include/net/ng_ipv6/netif.h
+4
-4
4 additions, 4 deletions
sys/include/net/ng_ipv6/netif.h
with
4 additions
and
4 deletions
sys/include/net/ng_ipv6/netif.h
+
4
−
4
View file @
edc609d2
...
@@ -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
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment