Go to the documentation of this file.
21 #ifndef NET_GNRC_RPL_P2P_DODAG_H
22 #define NET_GNRC_RPL_P2P_DODAG_H
33 #ifndef GNRC_RPL_P2P_EXTS_NUMOF
34 #define GNRC_RPL_P2P_EXTS_NUMOF (1)
gnrc_rpl_p2p_ext_t * gnrc_rpl_p2p_ext_get(gnrc_rpl_dodag_t *dodag)
Get the appropriate P2P-RPL DODAG extension of the dodag.
Extended DODAG information for P2P-RPL.
void gnrc_rpl_p2p_ext_remove(gnrc_rpl_dodag_t *dodag)
Free the P2P-RPL DODAG extension of dodag.
gnrc_rpl_p2p_ext_t * gnrc_rpl_p2p_ext_new(gnrc_rpl_dodag_t *dodag)
Allocate a free P2P-RPL DODAG extension.
#define GNRC_RPL_P2P_EXTS_NUMOF
Number of P2P RPL DODAG extensions.
struct gnrc_rpl_dodag gnrc_rpl_dodag_t
DODAG representation.
gnrc_rpl_p2p_ext_t gnrc_rpl_p2p_exts[GNRC_RPL_P2P_EXTS_NUMOF]
P2P-RPL DODAG extensions table.