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
59e4d92f
Commit
59e4d92f
authored
9 years ago
by
Martine Lenders
Browse files
Options
Downloads
Plain Diff
Merge pull request #2938 from cgundogan/ng_ipv6_addr_doc_fix
ng_ipv6/addr: minor doc fix
parents
a7066daa
58e52b58
No related branches found
Branches containing commit
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/addr.h
+2
-3
2 additions, 3 deletions
sys/include/net/ng_ipv6/addr.h
with
2 additions
and
3 deletions
sys/include/net/ng_ipv6/addr.h
+
2
−
3
View file @
59e4d92f
...
@@ -324,12 +324,12 @@ static inline bool ng_ipv6_addr_is_solicited_node(const ng_ipv6_addr_t *addr)
...
@@ -324,12 +324,12 @@ static inline bool ng_ipv6_addr_is_solicited_node(const ng_ipv6_addr_t *addr)
* @param[in] a An IPv6 address.
* @param[in] a An IPv6 address.
* @param[in] b Another IPv6 address.
* @param[in] b Another IPv6 address.
*
*
* @return The number of bits @p a and @p b match in ther
e
prefix
* @return The number of bits @p a and @p b match in the
i
r prefix
*/
*/
uint8_t
ng_ipv6_addr_match_prefix
(
const
ng_ipv6_addr_t
*
a
,
const
ng_ipv6_addr_t
*
b
);
uint8_t
ng_ipv6_addr_match_prefix
(
const
ng_ipv6_addr_t
*
a
,
const
ng_ipv6_addr_t
*
b
);
/**
/**
* @brief Sets IPv6 address @p out with the first @p bits
bit
taken
* @brief Sets IPv6 address @p out with the first @p bits taken
* from @p prefix and leaves the remaining bits untouched.
* from @p prefix and leaves the remaining bits untouched.
*
*
* @param[out] out Prefix to be set.
* @param[out] out Prefix to be set.
...
@@ -423,7 +423,6 @@ static inline void ng_ipv6_addr_set_aiid(ng_ipv6_addr_t *addr, uint8_t *iid)
...
@@ -423,7 +423,6 @@ static inline void ng_ipv6_addr_set_aiid(ng_ipv6_addr_t *addr, uint8_t *iid)
addr
->
u8
[
15
]
=
iid
[
7
];
addr
->
u8
[
15
]
=
iid
[
7
];
}
}
/**
/**
* @brief Sets the bits for an address required to be a multicast address.
* @brief Sets the bits for an address required to be a multicast address.
*
*
...
...
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