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

  /external/libpcap/pcap/
bpf.h 81 typedef long bpf_int32; typedef
84 typedef int bpf_int32; typedef
95 #define BPF_ALIGNMENT sizeof(bpf_int32)
pcap.h 114 typedef int bpf_int32; typedef
165 bpf_int32 thiszone; /* gmt to local correction */
    [all...]
  /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 179 milliseconds