IPv6 netif: documentation ammendment

This commit is contained in:
Oleg Hahm 2015-12-02 14:27:39 +01:00
parent b366e59c87
commit c96c5dda24

View File

@ -479,6 +479,9 @@ ipv6_addr_t *gnrc_ipv6_netif_find_addr(kernel_pid_t pid, const ipv6_addr_t *addr
* interfaces.
*
* @param[out] out The reference to the found address on the interface.
* Must be a pointer to NULL on calling and may stay
* unchanged if no match can be found.
*
* @param[in] prefix The prefix you want to search for.
*
* @return The PID to the interface the address is registered to.