Rizky Ardi Maulana / mbed-os
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
struct netifnetif
 interface on which the group is active
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 59 of file mld6.h.


Field Documentation

multicast address

Definition at line 65 of file mld6.h.

current state of the group

Definition at line 69 of file mld6.h.

signifies we were the last person to report

Definition at line 67 of file mld6.h.

struct netif* netif

interface on which the group is active

Definition at line 63 of file mld6.h.

struct mld_group* next

next link

Definition at line 61 of file mld6.h.

u16_t timer

timer for reporting

Definition at line 71 of file mld6.h.

u8_t use

counter of simultaneous uses

Definition at line 73 of file mld6.h.