Searched refs:mld_header (Results 1 – 2 of 2) sorted by relevance
229 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;
53 struct mld_header { struct