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

/seL4-camkes-master/projects/lwip/src/core/ipv6/
H A Dmld6.c229 struct mld_header *mld_hdr; local
243 mld_hdr = (struct mld_header *)p->payload;
245 switch (mld_hdr->type) {
249 ip6_addr_isany(&(mld_hdr->multicast_address))) {
256 mld6_delayed_report(group, mld_hdr->max_resp_delay);
263 * mld_hdr->multicast_address should be the same. */
268 mld6_delayed_report(group, mld_hdr->max_resp_delay);
275 * mld_hdr->multicast_address should be the same. */
565 struct mld_header *mld_hdr; local
594 mld_hdr
[all...]
/seL4-camkes-master/projects/musllibc/include/netinet/
H A Dicmp6.h201 struct mld_hdr { struct

Completed in 31 milliseconds