Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet6/
HDmld6.h46 struct mldv2_query { struct
54 #define MLD_V2_QUERY_MINLEN sizeof(struct mldv2_query) argument
HDmld6.c140 struct mbuf *, struct mldv2_query *, const int, const int);
148 struct mldv2_query *, const int);
806 struct mbuf *m, struct mldv2_query *mld, const int off, const int icmp6len) in mld_v2_input_query()
858 if (icmp6len < sizeof(struct mldv2_query) + in mld_v2_input_query()
978 int timer, struct mbuf *m0, struct mldv2_query *mld, const int off) in mld_v2_process_group_query()
1008 m0->m_pkthdr.len >= off + sizeof(struct mldv2_query) + in mld_v2_process_group_query()
1011 m0->m_pkthdr.len, off + sizeof(struct mldv2_query) + in mld_v2_process_group_query()
1060 soff = off + sizeof(struct mldv2_query); in mld_v2_process_group_query()
1256 icmp6len >= sizeof(struct mldv2_query)) { in mld_input()
1257 mldlen = sizeof(struct mldv2_query); in mld_input()
[all …]