Fix prototype for bpf_mtap2().
MFC after: 3 days
This commit is contained in:
parent
95f685ceea
commit
4291a5982a
@ -48,7 +48,7 @@
|
||||
.Ft void
|
||||
.Fn bpf_mtap "struct ifnet *ifp" "struct mbuf *m"
|
||||
.Ft void
|
||||
.Fn bpf_mtap2 "struct ifnet *bp" "void *data" "u_int dlen" "struct mbuf *m"
|
||||
.Fn bpf_mtap2 "struct bpf_if *bp" "void *data" "u_int dlen" "struct mbuf *m"
|
||||
.Ft u_int
|
||||
.Fo bpf_filter
|
||||
.Fa "const struct bpf_insn *pc " "u_char *pkt" "u_int *wirelen" "u_int *buflen"
|
||||
|
Loading…
x
Reference in New Issue
Block a user