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

4 uses

	golang.org/x/sys/unix (current package)
		syscall_unix.go#L273: func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) {
		syscall_unix.go#L274: 	var value IPMreq
		syscall_unix.go#L485: func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) {
		ztypes_linux.go#L409: type IPMreq struct {