Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/ipv6/
A 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()
565 struct mld_header *mld_hdr; in mld6_send()
570 p = pbuf_alloc(PBUF_IP, sizeof(struct mld_header) + MLD6_HBH_HLEN, PBUF_RAM); in mld6_send()
594 mld_hdr = (struct mld_header *)p->payload; in mld6_send()
/lib/lwip/lwip/src/include/lwip/prot/
A Dmld6.h53 struct mld_header { struct

Completed in 8 milliseconds