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

  /external/libpcap/pcap/
bpf.h 85 typedef long bpf_int32; typedef
88 typedef int bpf_int32; typedef
99 #define BPF_ALIGNMENT sizeof(bpf_int32)
pcap.h 77 typedef int bpf_int32; typedef
128 bpf_int32 thiszone; /* gmt to local correction */
  /external/libpcap/
gencode.c 468 u_int, bpf_int32);
470 u_int, bpf_int32);
472 u_int, bpf_int32);
474 u_int, bpf_int32);
476 u_int, bpf_int32);
478 u_int, bpf_int32, bpf_u_int32);
482 bpf_u_int32, bpf_u_int32, bpf_u_int32, int, bpf_int32);
529 static struct block *gen_portatom(compiler_state_t *, int, bpf_int32);
530 static struct block *gen_portrangeatom(compiler_state_t *, int, bpf_int32,
531 bpf_int32);
    [all...]
gencode.h 211 bpf_int32 k;
334 struct block *gen_atmfield_code(compiler_state_t *, int, bpf_int32,
pcap-int.h 292 bpf_int32 tv_sec; /* seconds */
293 bpf_int32 tv_usec; /* microseconds */
grammar.y 715 | relop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
716 | irelop NUM { $$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
723 $$.b = gen_atmfield_code(cstate, $$.atmfieldtype, (bpf_int32) $1, BPF_JEQ, 0);
grammar.c     [all...]
optimize.c 127 bpf_int32 const_val;
898 bpf_int32 v = opt_state->vmap[val].const_val;
908 bpf_int32 v = opt_state->vmap[val].const_val;
1186 bpf_int32 aval, xval;
    [all...]
pcap-linux.c     [all...]
  /external/libpcap/bpf/net/
bpf_filter.c 84 #define int32 bpf_int32
461 pc += (bpf_int32)pc->k;
  /external/scapy/scapy/modules/
winpcapy.py 45 bpf_int32 = c_int variable
138 ('thiszone', bpf_int32),
218 #typedef int bpf_int32 (already defined)

Completed in 302 milliseconds