Home
last modified time | relevance | path

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

/openbsd/regress/sys/net/pf_opts/
H A DMakefile313 REGRESS_TARGETS += run-icmp6-mld
314 run-icmp6-mld: stamp-bpf
337 REGRESS_TARGETS += run-icmp6-mld-bad
338 run-icmp6-mld-bad: stamp-bpf
/openbsd/sys/net/
H A Dpfvar_priv.h316 struct mld_hdr mld; member
H A Dpf.c2650 struct mld_hdr *mld = &pd->hdr.mld; in pf_icmp_mapping() local
2663 h = mld->mld_addr.s6_addr32[0] ^ in pf_icmp_mapping()
2664 mld->mld_addr.s6_addr32[1] ^ in pf_icmp_mapping()
2665 mld->mld_addr.s6_addr32[2] ^ in pf_icmp_mapping()
2666 mld->mld_addr.s6_addr32[3]; in pf_icmp_mapping()