summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r--sys/net/bpf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index fa5e46c..64e1602 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -111,6 +111,8 @@ struct bpf_version {
#define BIOCVERSION _IOR('B',113, struct bpf_version)
#define BIOCGRSIG _IOR('B',114, u_int)
#define BIOCSRSIG _IOW('B',115, u_int)
+#define BIOCGHDRCMPLT _IOR('B',116, u_int)
+#define BIOCSHDRCMPLT _IOW('B',117, u_int)
/*
* Structure prepended to each packet.
OpenPOWER on IntegriCloud