const syscall.EPROTONOSUPPORT

4 uses

	syscall (current package)
		zerrors_linux_amd64.go#L1313: 	EPROTONOSUPPORT = Errno(0x5d)

	net
		file_unix.go#L52: 		return nil, syscall.EPROTONOSUPPORT
		ipsock_posix.go#L30: 	case syscall.EAFNOSUPPORT, syscall.EPROTONOSUPPORT:
		sock_cloexec.go#L32: 	case syscall.EPROTONOSUPPORT, syscall.EINVAL: