mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
fib: doc fix
This commit is contained in:
parent
2e6c974c15
commit
8aa8b60807
@ -156,10 +156,11 @@ int fib_get_next_hop(kernel_pid_t *iface_id,
|
|||||||
* the function will continue to count the number of matching entries
|
* the function will continue to count the number of matching entries
|
||||||
* and provide the number to the caller.
|
* and provide the number to the caller.
|
||||||
*
|
*
|
||||||
* @param[in] prefix the destination address
|
* @param[in] prefix the destination address
|
||||||
* @param[in] prefix_size the destination address size
|
* @param[in] prefix_size the destination address size
|
||||||
* @param[out] dst_set the destination addresses matching the prefix
|
* @param[out] dst_set the destination addresses matching the prefix
|
||||||
* @param[in, out] dst_size the number of entries available on in and used on out
|
* @param[in,out] dst_set_size the number of entries available on in and used
|
||||||
|
* on out
|
||||||
*
|
*
|
||||||
* @return 0 on success
|
* @return 0 on success
|
||||||
* -EHOSTUNREACH if no entry matches the type in the FIB
|
* -EHOSTUNREACH if no entry matches the type in the FIB
|
||||||
|
Loading…
Reference in New Issue
Block a user