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

4 uses

	golang.org/x/sys/unix (current package)
		syscall_unix.go#L296: func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) {
		syscall_unix.go#L297: 	var value IPv6Mreq
		syscall_unix.go#L509: func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) {
		ztypes_linux.go#L433: type IPv6Mreq struct {