Searched refs:mld_hdr (Results 1 – 7 of 7) sorted by relevance
229 struct mld_header *mld_hdr; in mld6_input() local243 mld_hdr = (struct mld_header *)p->payload; in mld6_input()245 switch (mld_hdr->type) { in mld6_input()249 ip6_addr_isany(&(mld_hdr->multicast_address))) { in mld6_input()256 mld6_delayed_report(group, lwip_ntohs(mld_hdr->max_resp_delay)); in mld6_input()268 mld6_delayed_report(group, lwip_ntohs(mld_hdr->max_resp_delay)); in mld6_input()606 struct mld_header *mld_hdr; local635 mld_hdr = (struct mld_header *)p->payload;638 mld_hdr->type = type;639 mld_hdr->code = 0;[all …]
201 struct mld_hdr { struct
88728 struct icmp6hdr mld_hdr; member