const golang.org/x/sys/unix.EAFNOSUPPORT

3 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L1233: 	return nil, EAFNOSUPPORT
		syscall_unix.go#L519: 		return -1, EAFNOSUPPORT
		zerrors_linux_amd64.go#L530: 	EAFNOSUPPORT    = syscall.Errno(0x61)