Home
last modified time | relevance | path

Searched refs:mld_header (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dmld6.c229 struct mld_header *mld_hdr; in mld6_input()
235 if (p->len < sizeof(struct mld_header)) { in mld6_input()
243 mld_hdr = (struct mld_header *)p->payload; in mld6_input()
606 struct mld_header *mld_hdr;
611 p = pbuf_alloc(PBUF_IP, sizeof(struct mld_header) + MLD6_HBH_HLEN, PBUF_RAM);
635 mld_hdr = (struct mld_header *)p->payload;
/third_party/lwip/src/include/lwip/prot/
Dmld6.h53 struct mld_header { struct