Searched refs:mldv2_query (Results 1 – 2 of 2) sorted by relevance
48 struct mldv2_query { struct56 #define MLD_V2_QUERY_MINLEN sizeof(struct mldv2_query) argument
142 struct mbuf *, struct mldv2_query *, const int, const int);150 struct mldv2_query *, const int);876 if (icmp6len < sizeof(struct mldv2_query) + in mld_v2_input_query()991 int timer, struct mbuf *m0, struct mldv2_query *mld, const int off) in mld_v2_process_group_query()1021 m0->m_pkthdr.len >= off + sizeof(struct mldv2_query) + in mld_v2_process_group_query()1024 m0->m_pkthdr.len, off + sizeof(struct mldv2_query) + in mld_v2_process_group_query()1072 soff = off + sizeof(struct mldv2_query); in mld_v2_process_group_query()1275 icmp6len >= sizeof(struct mldv2_query)) { in mld_input()1276 mldlen = sizeof(struct mldv2_query); in mld_input()1301 } else if (icmp6len >= sizeof(struct mldv2_query)) { in mld_input()[all …]