mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
bpf_filter() and bpf_validate() can't live here if they already live in
bpf.h
This commit is contained in:
parent
34f27ade44
commit
1d111e6dfe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190234
@ -336,8 +336,8 @@ void pcap_freealldevs(pcap_if_t *);
|
||||
const char *pcap_lib_version(void);
|
||||
|
||||
/* XXX this guy lives in the bpf tree */
|
||||
u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
|
||||
int bpf_validate(const struct bpf_insn *f, int len);
|
||||
/* u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
|
||||
int bpf_validate(const struct bpf_insn *f, int len); */
|
||||
char *bpf_image(const struct bpf_insn *, int);
|
||||
void bpf_dump(const struct bpf_program *, int);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user