Searched refs:mld_hdr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dmld6.c240 struct mld_header * mld_hdr; local
254 mld_hdr = (struct mld_header *)p->payload;
256 switch (mld_hdr->type) {
261 ip6_addr_isany(&(mld_hdr->multicast_address))) {
269 mld6_delayed_report(group, mld_hdr->max_resp_delay);
277 * mld_hdr->multicast_address should be the same. */
282 mld6_delayed_report(group, mld_hdr->max_resp_delay);
291 * mld_hdr->multicast_address should be the same. */
526 struct mld_header * mld_hdr; local
559 mld_hdr
[all...]

Completed in 42 milliseconds