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()565 struct mld_header *mld_hdr; in mld6_send() local594 mld_hdr = (struct mld_header *)p->payload; in mld6_send()597 mld_hdr->type = type; in mld6_send()598 mld_hdr->code = 0; in mld6_send()[all …]
201 struct mld_hdr { struct