aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpfdesc.h
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-10-15 05:07:00 +0000
committerMike Smith <msmith@FreeBSD.org>1999-10-15 05:07:00 +0000
commit114ae644b532005105308540d0cd14c924d321d3 (patch)
treec7ec9ce93e079a077a5d74249290ab77984e574c /sys/net/bpfdesc.h
parent14bacef14e70fb5f14e8ef168132550aa73c4904 (diff)
Notes
Diffstat (limited to 'sys/net/bpfdesc.h')
-rw-r--r--sys/net/bpfdesc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h
index d87cc40b2f90..1e638f7ec9d6 100644
--- a/sys/net/bpfdesc.h
+++ b/sys/net/bpfdesc.h
@@ -76,6 +76,7 @@ struct bpf_d {
u_char bd_promisc; /* true if listening promiscuously */
u_char bd_state; /* idle, waiting, or timed out */
u_char bd_immediate; /* true to return on packet arrival */
+ int bd_hdrcmplt; /* false to fill in src lladdr automatically */
int bd_async; /* non-zero if packet reception should generate signal */
int bd_sig; /* signal to send upon packet reception */
struct sigio * bd_sigio; /* information for async I/O */