HomeSort by relevance Sort by last modified time
    Searched refs:total_insn (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-bpf.c 607 struct bpf_insn total_insn; local
964 total_insn.code = (u_short)(BPF_RET | BPF_K);
965 total_insn.jt = 0;
966 total_insn.jf = 0;
967 total_insn.k = snaplen;
970 total_prog.bf_insns = &total_insn;
pcap-linux.c 220 static struct sock_filter total_insn variable in typeref:struct:sock_filter
223 = { 1, &total_insn };
    [all...]

Completed in 50 milliseconds