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

Merge pull request #2938 from cgundogan/ng_ipv6_addr_doc_fix

ng_ipv6/addr: minor doc fix
parents a7066daa 58e52b58
No related branches found
No related tags found
No related merge requests found
...@@ -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 there prefix * @return The number of bits @p a and @p b match in their 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.
* *
......
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