Blame vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go

Packit Service 3a6627
// Copyright 2020 The Go Authors. All rights reserved.
Packit Service 3a6627
// Use of this source code is governed by a BSD-style
Packit Service 3a6627
// license that can be found in the LICENSE file.
Packit Service 3a6627
Packit Service 3a6627
// Constants that were deprecated or moved to enums in the FreeBSD headers. Keep
Packit Service 3a6627
// them here for backwards compatibility.
Packit Service 3a6627
Packit Service 3a6627
package unix
Packit Service 3a6627
Packit Service 3a6627
const (
Packit Service 3a6627
	DLT_HHDLC            = 0x79
Packit Service 3a6627
	IPV6_MIN_MEMBERSHIPS = 0x1f
Packit Service 3a6627
	IP_MAX_SOURCE_FILTER = 0x400
Packit Service 3a6627
	IP_MIN_MEMBERSHIPS   = 0x1f
Packit Service 3a6627
	RT_CACHING_CONTEXT   = 0x1
Packit Service 3a6627
	RT_NORTREF           = 0x2
Packit Service 3a6627
)