Searched refs:bpf_program (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/libpcap-48/libpcap/
H A Dbpf_dump.c34 bpf_dump(const struct bpf_program *p, int option)
H A Dpcap-util.h41 struct bpf_program if_filter_program;
H A Dpcap-septel.c49 static int septel_setfilter(pcap_t *p, struct bpf_program *fp);
277 static int septel_setfilter(pcap_t *p, struct bpf_program *fp) {
H A Dpcap-int.h103 typedef int (*setfilter_op_t)(pcap_t *, struct bpf_program *);
192 struct bpf_program fcode;
448 int install_bpf_program(pcap_t *, struct bpf_program *);
H A Dpcap-can-linux.c71 static int can_setfilter_linux(pcap_t *, struct bpf_program *);
295 can_setfilter_linux(pcap_t *p, struct bpf_program *fp)
H A Dpcap-enet.c52 readloop(int cnt, int if_fd, struct bpf_program *fp, printfunc printit)
H A Dpcap-win32.c60 static int pcap_setfilter_win32_npf(pcap_t *, struct bpf_program *);
61 static int pcap_setfilter_win32_dag(pcap_t *, struct bpf_program *);
795 pcap_setfilter_win32_npf(pcap_t *p, struct bpf_program *fp)
821 pcap_setfilter_win32_dag(pcap_t *p, struct bpf_program *fp) {
H A Dpcap-canusb-linux.c66 static int canusb_setfilter_linux(pcap_t *, struct bpf_program *);
448 canusb_setfilter_linux(pcap_t *p, struct bpf_program *fp)
H A Dpcap-pf.c95 static int pcap_setfilter_pf(pcap_t *, struct bpf_program *);
530 pcap_setfilter_pf(pcap_t *p, struct bpf_program *fp)
H A Dpcap-snf.c165 snf_setfilter(pcap_t *p, struct bpf_program *fp)
H A Dpcap-dag.c119 static int dag_setfilter(pcap_t *p, struct bpf_program *fp);
1013 dag_setfilter(pcap_t *p, struct bpf_program *fp)
H A Dpcap-dos.c106 static int pcap_setfilter_dos (pcap_t *p, struct bpf_program *fp);
416 static int pcap_setfilter_dos (pcap_t *p, struct bpf_program *fp)
H A Dpcap-bpf.c261 static int pcap_setfilter_bpf(pcap_t *p, struct bpf_program *fp);
1654 struct bpf_program total_prog;
2760 pcap_setfilter_bpf(pcap_t *p, struct bpf_program *fp)
/macosx-10.10/tcpdump-61/tcpdump/
H A Dbpf_dump.c38 bpf_dump(const struct bpf_program *p, int option)
H A Dinterface.h360 struct bpf_program;
362 extern void bpf_dump(const struct bpf_program *, int);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_ppp.h147 #define PPPIOCSPASS _IOW('t', 71, struct bpf_program) /* set pass filter */
148 #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */
H A Dbpf.h110 struct bpf_program { struct
116 /* LP64 version of bpf_program. all pointers
118 * WARNING - keep in sync with bpf_program
167 #define BIOCSETF _IOW('B',103, struct bpf_program)
204 #define BIOCSETFNR _IOW('B', 126, struct bpf_program)
H A Dif_utun_crypto.h340 struct bpf_program in_pattern_filter;
/macosx-10.10/libpcap-48/libpcap/pcap/
H A Dpcap.h413 int pcap_setfilter(pcap_t *, struct bpf_program *);
423 int pcap_compile(pcap_t *, struct bpf_program *, const char *, int,
425 int pcap_compile_nopcap(int, int, struct bpf_program *,
427 void pcap_freecode(struct bpf_program *);
428 int pcap_offline_filter(const struct bpf_program *,
472 void bpf_dump(const struct bpf_program *, int);
H A Dbpf.h107 struct bpf_program { struct
/macosx-10.10/bootp-298/bootplib/
H A Dbpflib.c110 struct bpf_program prog;
126 struct bpf_program prog;
/macosx-10.10/libpcap-48/libpcap/tests/
H A Dfiltertest.c172 struct bpf_program fcode;
H A Dnonblocktest.c60 struct bpf_program fcode;
H A Dselpolltest.c61 struct bpf_program fcode;
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dpppd.h506 extern struct bpf_program pass_filter; /* Filter for pkts to pass */
507 extern struct bpf_program active_filter; /* Filter for link-active pkts */
978 int set_filters __P((struct bpf_program *pass, struct bpf_program *active));

Completed in 304 milliseconds

12