| /trueos/contrib/ipfilter/ |
| HD | bpf-ipf.h | 75 struct bpf_program { struct 117 #define BIOCSETF _IOW(B,103, struct bpf_program) 128 #define BIOCSTCPF _IOW(B,114, struct bpf_program) 129 #define BIOCSUDPF _IOW(B,115, struct bpf_program) 133 #define BIOCSETF _IOW('B',103, struct bpf_program) 144 #define BIOCSTCPF _IOW('B',114, struct bpf_program) 145 #define BIOCSUDPF _IOW('B',115, struct bpf_program)
|
| HD | pcap-bpf.h | 91 struct bpf_program { struct
|
| /trueos/contrib/libpcap/pcap/ |
| HD | pcap.h | 357 int pcap_setfilter(pcap_t *, struct bpf_program *); 367 int pcap_compile(pcap_t *, struct bpf_program *, const char *, int, 369 int pcap_compile_nopcap(int, int, struct bpf_program *, 371 void pcap_freecode(struct bpf_program *); 372 int pcap_offline_filter(const struct bpf_program *, 416 void bpf_dump(struct bpf_program *, int);
|
| HD | bpf.h | 107 struct bpf_program { struct
|
| /trueos/contrib/netbsd-tests/net/bpfilter/ |
| HD | t_bpfilter.c | 206 struct bpf_program prog; in magic_ping_test() 284 send_bpf_prog(const char *ifname, struct bpf_program *prog) in send_bpf_prog() 347 struct bpf_program prog; in ATF_TC_BODY() 365 struct bpf_program prog; in ATF_TC_BODY() 383 struct bpf_program prog; in ATF_TC_BODY()
|
| /trueos/contrib/libpcap/ |
| HD | pcap-int.h | 233 typedef int (*setfilter_op_t)(pcap_t *, struct bpf_program *); 331 struct bpf_program fcode; 505 int install_bpf_program(pcap_t *, struct bpf_program *);
|
| HD | pcap-septel.c | 49 static int septel_setfilter(pcap_t *p, struct bpf_program *fp); 268 static int septel_setfilter(pcap_t *p, struct bpf_program *fp) { in septel_setfilter()
|
| HD | pcap-win32.c | 60 static int pcap_setfilter_win32_npf(pcap_t *, struct bpf_program *); 61 static int pcap_setfilter_win32_dag(pcap_t *, struct bpf_program *); 762 pcap_setfilter_win32_npf(pcap_t *p, struct bpf_program *fp) in pcap_setfilter_win32_npf() 788 pcap_setfilter_win32_dag(pcap_t *p, struct bpf_program *fp) { in pcap_setfilter_win32_dag()
|
| HD | pcap-can-linux.c | 71 static int can_setfilter_linux(pcap_t *, struct bpf_program *); 287 can_setfilter_linux(pcap_t *p, struct bpf_program *fp) in can_setfilter_linux()
|
| HD | bpf_dump.c | 34 bpf_dump(struct bpf_program *p, int option) in bpf_dump()
|
| HD | pcap-canusb-linux.c | 64 static int canusb_setfilter_linux(pcap_t *, struct bpf_program *); 443 canusb_setfilter_linux(pcap_t *p, struct bpf_program *fp) in canusb_setfilter_linux()
|
| HD | pcap-pf.c | 77 static int pcap_setfilter_pf(pcap_t *, struct bpf_program *); 521 pcap_setfilter_pf(pcap_t *p, struct bpf_program *fp) in pcap_setfilter_pf()
|
| HD | pcap-enet.c | 52 readloop(int cnt, int if_fd, struct bpf_program *fp, printfunc printit) in readloop()
|
| /trueos/sys/net/ |
| HD | bpf.h | 65 struct bpf_program { struct 120 #define BIOCSETF _IOW('B', 103, struct bpf_program) 140 #define BIOCSETWF _IOW('B', 123, struct bpf_program) 147 #define BIOCSETFNR _IOW('B', 130, struct bpf_program)
|
| /trueos/contrib/netbsd-tests/net/bpf/ |
| HD | t_div-by-zero.c | 22 struct bpf_program bp; in ATF_TC_BODY()
|
| /trueos/contrib/tcpdump/ |
| HD | bpf_dump.c | 38 bpf_dump(const struct bpf_program *p, int option) in bpf_dump()
|
| HD | interface.h | 351 struct bpf_program; 353 extern void bpf_dump(const struct bpf_program *, int);
|
| /trueos/tools/tools/ether_reflect/ |
| HD | ether_reflect.c | 73 struct bpf_program program; in main()
|
| /trueos/sbin/dhclient/ |
| HD | bpf.c | 139 struct bpf_program p; in if_register_send() 222 struct bpf_program p; in if_register_receive()
|
| /trueos/contrib/libpcap/tests/ |
| HD | nonblocktest.c | 60 struct bpf_program fcode; in main()
|
| HD | filtertest.c | 172 struct bpf_program fcode; in main()
|
| HD | selpolltest.c | 61 struct bpf_program fcode; in main()
|
| /trueos/contrib/ipfilter/ipsd/ |
| HD | sbpf.c | 125 struct bpf_program prog;
|
| /trueos/usr.sbin/usbdump/ |
| HD | usbdump.c | 185 make_filter(struct bpf_program *pprog, int snapshot) in make_filter() 279 free_filter(struct bpf_program *pprog) in free_filter() 786 struct bpf_program total_prog; in main()
|
| /trueos/libexec/rbootd/ |
| HD | bpf.c | 187 static struct bpf_program bpf_pgm = { in BpfOpen()
|