#include <ip.h>
Data Fields | |
uint8_t | addr [4] |
host group address | |
uint8_t | member_cnt |
number of members who subscribed to the group | |
nip_net_if_id_t | if_id |
network interface to receive multicasts on | |
nip_time_t | t_report |
time at which to report in DELAYING state | |
nip_ip_group_membership_stat_t | state |
Definition at line 143 of file ip.h.
uint8_t nip_ip_group_membership::addr[4] |