Skip to content
Snippets Groups Projects
Commit 7b28977f authored by BytesGalore's avatar BytesGalore
Browse files

Merge pull request #3603 from authmillenon/fib/doc/fix

fib: doc fix
parents 2e6c974c 8aa8b608
No related branches found
No related tags found
No related merge requests found
...@@ -156,10 +156,11 @@ int fib_get_next_hop(kernel_pid_t *iface_id, ...@@ -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
......
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