go errors_freebsd_arm64 源码

  • 2022-07-15
  • 浏览 (828)

golang errors_freebsd_arm64 代码

文件路径:/src/cmd/vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go

// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Constants that were deprecated or moved to enums in the FreeBSD headers. Keep
// them here for backwards compatibility.

package unix

const (
	DLT_HHDLC            = 0x79
	IPV6_MIN_MEMBERSHIPS = 0x1f
	IP_MAX_SOURCE_FILTER = 0x400
	IP_MIN_MEMBERSHIPS   = 0x1f
	RT_CACHING_CONTEXT   = 0x1
	RT_NORTREF           = 0x2
)

相关信息

go 源码目录

相关文章

go affinity_linux 源码

go aliases 源码

go bluetooth_linux 源码

go cap_freebsd 源码

go constants 源码

go dev_aix_ppc 源码

go dev_aix_ppc64 源码

go dev_darwin 源码

go dev_dragonfly 源码

go dev_freebsd 源码

0  赞