From 98c1bf1cfb0f9530ab2107c29a52ba15fc4fefa3 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Thu, 28 Mar 2019 21:24:19 +0100 Subject: sys/openbsd: add bpf descriptions --- sys/openbsd/dev_bpf_amd64.const | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sys/openbsd/dev_bpf_amd64.const (limited to 'sys/openbsd/dev_bpf_amd64.const') diff --git a/sys/openbsd/dev_bpf_amd64.const b/sys/openbsd/dev_bpf_amd64.const new file mode 100644 index 000000000..f97e86a74 --- /dev/null +++ b/sys/openbsd/dev_bpf_amd64.const @@ -0,0 +1,29 @@ +# AUTOGENERATED FILE +# AT_FDCWD is not set +BIOCFLUSH = 536887912 +BIOCGBLEN = 1074020966 +BIOCGDIRFILT = 1074020988 +BIOCGDLTLIST = 3222291067 +BIOCGETIF = 1075855979 +BIOCGFILDROP = 1074020984 +BIOCGHDRCMPLT = 1074020980 +BIOCGRSIG = 1074020979 +BIOCGRTIMEOUT = 1074807406 +BIOCGSTATS = 1074283119 +BIOCIMMEDIATE = 2147762800 +BIOCLOCK = 536887926 +BIOCPROMISC = 536887913 +BIOCSBLEN = 3221504614 +BIOCSDIRFILT = 2147762813 +BIOCSDLT = 2147762810 +BIOCSETF = 2148549223 +BIOCSETIF = 2149597804 +BIOCSETWF = 2148549239 +BIOCSFILDROP = 2147762809 +BIOCSHDRCMPLT = 2147762805 +BIOCSRSIG = 2147762802 +BIOCSRTIMEOUT = 2148549229 +BIOCVERSION = 1074020977 +IFNAMSIZ = 16 +SYS_ioctl = 54 +SYS_openat = 321 -- cgit mrf-deployment