Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mld_group Struct Reference

mld_group Struct Reference

MLD group. More...

#include <mld6.h>

Data Fields

struct mld_groupnext
 next link
ip6_addr_t group_address
 multicast address
u8_t last_reporter_flag
 signifies we were the last person to report
u8_t group_state
 current state of the group
u16_t timer
 timer for reporting
u8_t use
 counter of simultaneous uses

Detailed Description

MLD group.

Definition at line 58 of file mld6.h.


Field Documentation

multicast address

Definition at line 62 of file mld6.h.

current state of the group

Definition at line 66 of file mld6.h.

signifies we were the last person to report

Definition at line 64 of file mld6.h.

struct mld_group* next

next link

Definition at line 60 of file mld6.h.

u16_t timer

timer for reporting

Definition at line 68 of file mld6.h.

u8_t use

counter of simultaneous uses

Definition at line 70 of file mld6.h.