type golang.org/x/sys/unix.ICMPv6Filter
4 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L294: func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) {
syscall_unix.go#L295: var value ICMPv6Filter
syscall_unix.go#L493: func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) error {
ztypes_linux.go#L448: type ICMPv6Filter struct {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)