Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Dmld6.h73 struct mldv2_query { struct
81 #define MLD_V2_QUERY_MINLEN sizeof(struct mldv2_query) argument
H A Dmld6.c1042 struct mldv2_query *mld; in mld_v2_input_query()
1074 mld = (struct mldv2_query *)(mtod(m, uint8_t *) + off); in mld_v2_input_query()
1104 if (icmp6len < sizeof(struct mldv2_query) + in mld_v2_input_query()
1242 struct mldv2_query *mld; in mld_v2_process_group_query()
1249 mld = (struct mldv2_query *)(mtod(m0, uint8_t *) + off); in mld_v2_process_group_query()
1313 soff = off + sizeof(struct mldv2_query); in mld_v2_process_group_query()
1526 icmp6len >= sizeof(struct mldv2_query)) { in mld_input()
1527 mldlen = sizeof(struct mldv2_query); in mld_input()
1551 } else if (icmp6len >= sizeof(struct mldv2_query)) { in mld_input()