Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/mld6query/
HDmld6.c64 #define mld_hdr mld6_hdr macro
78 struct mld_hdr mldh;
297 struct mld_hdr *mld; in dump()
308 if (i < sizeof(struct mld_hdr)) { in dump()
313 mld = (struct mld_hdr *)buf; in dump()
/NextBSD/sys/netinet6/
HDmld6.c122 /*const*/ struct mld_hdr *);
124 /*const*/ struct mld_hdr *);
628 /*const*/ struct mld_hdr *mld) in mld_v1_input_query()
1095 /*const*/ struct mld_hdr *mld) in mld_v1_input_report()
1247 struct mld_hdr *mld; in mld_input()
1257 mld = (struct mld_hdr *)(mtod(m, uint8_t *) + off); in mld_input()
1262 mldlen = sizeof(struct mld_hdr); in mld_input()
1264 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()
1277 if (icmp6len == sizeof(struct mld_hdr)) { in mld_input()
1789 struct mld_hdr *mld; in mld_v1_transmit_report()
[all …]
/NextBSD/sys/netinet/
HDicmp6.h176 struct mld_hdr { struct
183 #define mld6_hdr mld_hdr argument