Skip to content

Commit 51f2647

Browse files
committed
gnrc/rpl/control_messages: doc gnrc_rpl_recv_DIO
1 parent b977b5a commit 51f2647

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sys/net/gnrc/routing/rpl/gnrc_rpl_control_messages.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,15 @@ static void _recv_DIO_for_existing_dodag(gnrc_rpl_instance_t *inst, gnrc_rpl_dio
964964
_update_dodag_from_DIO(inst, dio, src, len, false);
965965
}
966966

967+
/**
968+
* @brief Handles a received DIO message.
969+
*
970+
* @param[in] dio The received @p DIO packet.
971+
* @param[in] iface The interface that the DIO was received on.
972+
* @param[in] src The source address of the received packet.
973+
* @param[in] dst The destination address of the received packet.
974+
* @param[in] len The length of the DIO packet.
975+
*/
967976
void gnrc_rpl_recv_DIO(gnrc_rpl_dio_t *dio, kernel_pid_t iface, ipv6_addr_t *src, ipv6_addr_t *dst,
968977
uint16_t len)
969978
{

0 commit comments

Comments
 (0)