diff options
author | Bill Paul <wpaul@FreeBSD.org> | 2000-04-27 15:11:41 +0000 |
---|---|---|
committer | Bill Paul <wpaul@FreeBSD.org> | 2000-04-27 15:11:41 +0000 |
commit | da626c171a2ac8c6b5904da904166f93948f8bc7 (patch) | |
tree | de2e3eba909092d3cf99c6b824a80ce8a9d297bf | |
parent | cb4860b70981df474f79f404f7ad9755acdb1c7d (diff) | |
download | src-test2-da626c171a2ac8c6b5904da904166f93948f8bc7.tar.gz src-test2-da626c171a2ac8c6b5904da904166f93948f8bc7.zip |
Notes
-rw-r--r-- | sys/net/bpf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c index 9d562e4c2970..6c08190cc1f1 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -1392,6 +1392,12 @@ bpfattach(ifp, dlt, hdrlen) { } +void +bpfdetach(ifp) + struct ifnet *ifp; +{ +} + u_int bpf_filter(pc, p, wirelen, buflen) register const struct bpf_insn *pc; |