type golang.org/x/sys/unix.IPv6Mreq

4 uses

	golang.org/x/sys/unix (current package)
		syscall_unix.go#L261: func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) {
		syscall_unix.go#L262: 	var value IPv6Mreq
		syscall_unix.go#L340: func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) {
		ztypes_darwin_amd64.go#L228: type IPv6Mreq struct {