aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-10-15 05:07:26 +0000
committerMike Smith <msmith@FreeBSD.org>1999-10-15 05:07:26 +0000
commitcaa4ea97c14820674047b8d29c2d6470c9f6184a (patch)
tree3957e67ffde4a08fc65980d1302d8bf275ab1f40
parent114ae644b532005105308540d0cd14c924d321d3 (diff)
Notes
-rw-r--r--share/man/man4/bpf.48
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index 27dc243477b0..3d908182ed4e 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -276,6 +276,14 @@ An incompatible filter
may result in undefined behavior (most likely, an error returned by
.Fn ioctl
or haphazard packet matching).
+.It Dv BIOCSHDRCMPLT
+.It Dv BIOCGHDRCMPLT
+.Pq Li u_int
+Set or get the status of the ``header complete'' flag.
+Set to zero if the link level source address should be filled in automatically
+by the the interface output routine. Set to one if the link level source
+address will be written, as provided, to the wire. This flag is initialized
+to zero by default.
.Sh BPF HEADER
The following structure is prepended to each packet returned by
.Xr read 2 :