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

4 uses

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