Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dmld6.h46 struct mldv2_query { struct
54 #define MLD_V2_QUERY_MINLEN sizeof(struct mldv2_query) argument
H A Dmld6.c136 struct mbuf *, struct mldv2_query *, const int, const int);
144 struct mldv2_query *, const int);
779 struct mbuf *m, struct mldv2_query *mld, const int off, const int icmp6len) in mld_v2_input_query()
840 if (icmp6len < sizeof(struct mldv2_query) + in mld_v2_input_query()
955 int timer, struct mbuf *m0, struct mldv2_query *mld, const int off) in mld_v2_process_group_query()
985 m0->m_pkthdr.len >= off + sizeof(struct mldv2_query) + in mld_v2_process_group_query()
988 m0->m_pkthdr.len, off + sizeof(struct mldv2_query) + in mld_v2_process_group_query()
1036 soff = off + sizeof(struct mldv2_query); in mld_v2_process_group_query()
1239 icmp6len >= sizeof(struct mldv2_query)) { in mld_input()
1240 mldlen = sizeof(struct mldv2_query); in mld_input()
[all …]