HomeSort by relevance Sort by last modified time
    Searched refs:bpf_filter (Results 1 - 25 of 30) sorted by null

1 2

  /external/strace/
seccomp.c 54 struct bpf_filter { struct
121 decode_bpf_stmt(const struct bpf_filter *filter)
145 decode_bpf_jump(const struct bpf_filter *filter)
165 const struct bpf_filter *filter = elem_buf;
189 struct bpf_filter filter;
  /external/linux-kselftest/tools/testing/selftests/net/
psock_lib.h 64 struct sock_filter bpf_filter[] = { local
79 bpf_prog.filter = bpf_filter;
80 bpf_prog.len = sizeof(bpf_filter) / sizeof(struct sock_filter);
psock_fanout.c 100 struct sock_filter bpf_filter[] = { local
106 bpf_prog.filter = bpf_filter;
107 bpf_prog.len = sizeof(bpf_filter) / sizeof(struct sock_filter);
  /external/libpcap/msdos/
makefile.wc 28 $(OBJDIR)\bpf_filter.obj $(OBJDIR)\bpf_imag.obj $(OBJDIR)\bpf_dump.obj &
55 $(OBJDIR)\bpf_filter.obj: bpf\net\bpf_filter.c
56 *$(CC) $(CFLAGS) bpf\net\bpf_filter.c -fo=$@
97 $(OBJDIR)\bpf_filter.obj: bpf\net\bpf_filter.c pcap-int.h pcap.h pcap-bpf.h
makefile.dj 25 SOURCES = grammar.c scanner.c bpf/net/bpf_filter.c bpf_image.c bpf_dump.c \
  /external/libpcap/pcap/
bpf.h 263 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
267 PCAP_API u_int bpf_filter();
pcap.h 437 * bpf_filter() here, as it's also be declared in <net/bpf.h>, with a
443 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
  /external/libpcap/
Android.mk 21 scanner.c grammar.c bpf_filter.c version.c \
pcap-enet.c 78 if (bpf_filter(fcode, (char *)ph->packet,
92 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) {
pcap-septel.c 137 if ((p->fcode.bf_insns == NULL) || bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen)) {
dlpisubs.c 179 if (bpf_filter(p->fcode.bf_insns, pk, origlen, caplen)) {
pcap-bt-monitor-linux.c 133 bpf_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) {
pcap-dbus.c 94 bpf_filter(handle->fcode.bf_insns, (u_char *)raw_msg, pkth.len, pkth.caplen)) {
pcap-nit.c 182 if (bpf_filter(p->fcode.bf_insns, cp, nh->nh_wirelen, caplen)) {
pcap-bt-linux.c 361 bpf_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) {
pcap-snit.c 193 if (bpf_filter(p->fcode.bf_insns, cp, nlp->nh_pktlen, caplen)) {
pcap-snoop.c 129 bpf_filter(p->fcode.bf_insns, cp, datalen, caplen)) {
savefile.c 526 bpf_filter(fcode, data, h.len, h.caplen)) {
pcap-usb-linux.c 696 bpf_filter(handle->fcode.bf_insns, handle->buffer,
865 bpf_filter(handle->fcode.bf_insns, handle->buffer,
946 bpf_filter(handle->fcode.bf_insns, (u_char*) hdr,
pcap-pf.c 208 bpf_filter(pc->fcode.bf_insns, p, sp->ens_count, buflen)) {
pcap-snf.c 175 bpf_filter(p->fcode.bf_insns, req.pkt_addr, req.length, caplen)) {
pcap-win32.c 575 * XXX - bpf_filter() should always return TRUE if
581 bpf_filter(p->fcode.bf_insns, datap, bhp->bh_datalen, caplen)) {
747 if (bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen) == 0)
    [all...]
pcap-netfilter-linux.c 190 bpf_filter(handle->fcode.bf_insns, payload, pkth.len, pkth.caplen))
  /external/ppp/pppd/
demand.c 346 && bpf_filter(pass_filter.bf_insns, p, len, len) == 0)
348 && bpf_filter(active_filter.bf_insns, p, len, len) == 0)) {
  /external/libpcap/bpf/net/
bpf_filter.c 602 bpf_filter(pc, p, wirelen, buflen) function

Completed in 701 milliseconds

1 2