aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-08-23 22:38:08 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-08-23 22:38:08 +0000
commit98ec4706ee13ecc392ae0a8882b924f4d26c4789 (patch)
tree7d3f1984d88f998ae6b4a7e0cad7c539cc9544f3 /sys/net
parent745bab7f84944d4ec6245e10ac3b4559a900140b (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bpf.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index c947c1a860b4..cd12323b02d7 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -1201,9 +1201,10 @@ bpf_freed(d)
}
/*
- * Attach an interface to bpf. driverp is a pointer to a (struct bpf_if *)
- * in the driver's softc; dlt is the link layer type; hdrlen is the fixed
- * size of the link header (variable length headers not yet supported).
+ * Attach an interface to bpf. ifp is a pointer to the structure
+ * defining the interface to be attached, dlt is the link layer type,
+ * and hdrlen is the fixed size of the link header (variable length
+ * headers are not yet supporrted).
*/
void
bpfattach(ifp, dlt, hdrlen)