Home
last modified time | relevance | path

Searched refs:mld_hdr (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dmld6.c229 struct mld_header *mld_hdr; in mld6_input() local
243 mld_hdr = (struct mld_header *)p->payload; in mld6_input()
245 switch (mld_hdr->type) { in mld6_input()
249 ip6_addr_isany(&(mld_hdr->multicast_address))) { in mld6_input()
256 mld6_delayed_report(group, lwip_ntohs(mld_hdr->max_resp_delay)); in mld6_input()
268 mld6_delayed_report(group, lwip_ntohs(mld_hdr->max_resp_delay)); in mld6_input()
606 struct mld_header *mld_hdr; local
635 mld_hdr = (struct mld_header *)p->payload;
638 mld_hdr->type = type;
639 mld_hdr->code = 0;
[all …]
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dicmp6.h201 struct mld_hdr { struct
/third_party/musl/include/netinet/
Dicmp6.h201 struct mld_hdr { struct
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dicmp6.h201 struct mld_hdr { struct
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dicmp6.h201 struct mld_hdr { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dicmp6.h201 struct mld_hdr { struct
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h88728 struct icmp6hdr mld_hdr; member