Skip to content

Commit a461e5c

Browse files
committed
gnrc/rpl/control_messages: doc gnrc_rpl_recv_DIO
1 parent 947141d commit a461e5c

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
@@ -965,6 +965,15 @@ static void _recv_DIO_for_existing_dodag(gnrc_rpl_instance_t *inst, gnrc_rpl_dio
965965
_update_dodag_from_DIO(inst, dio, src, len, false);
966966
}
967967

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

0 commit comments

Comments
 (0)