File: types_other.go

package info (click to toggle)
golang-github-florianl-go-nfqueue 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
//go:build !linux
// +build !linux

package unix

const (
	AF_INET           = 0x2
	AF_INET6          = 0xa
	AF_UNSPEC         = 0x0
	NFNETLINK_V0      = 0x0
	NETLINK_NETFILTER = 0xc
)