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