Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dmld6.c224 struct mld_header *mld_hdr; in mld6_input()
230 if (p->len < sizeof(struct mld_header)) { in mld6_input()
238 mld_hdr = (struct mld_header *)p->payload; in mld6_input()
527 struct mld_header *mld_hdr; in mld6_send()
532 p = pbuf_alloc(PBUF_IP, sizeof(struct mld_header) + sizeof(struct ip6_hbh_hdr), PBUF_RAM); in mld6_send()
556 mld_hdr = (struct mld_header *)p->payload; in mld6_send()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/prot/
A Dmld6.h52 struct mld_header { struct
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/
A Dmld6.h52 struct mld_header { struct

Completed in 4 milliseconds