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

  /external/libpcap/pcap/
bpf.h 86 typedef unsigned long bpf_u_int32; typedef
89 typedef u_int bpf_u_int32; typedef
242 bpf_u_int32 k;
pcap.h 78 typedef u_int bpf_u_int32; typedef
125 bpf_u_int32 magic;
129 bpf_u_int32 sigfigs; /* accuracy of timestamps */
130 bpf_u_int32 snaplen; /* max length saved portion of each pkt */
131 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
164 bpf_u_int32 caplen; /* length of portion present */
165 bpf_u_int32 len; /* length this packet (off wire) */
223 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
279 PCAP_API int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *)
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 47 bpf_u_int32 = u_int variable
58 ("k",bpf_u_int32)]
135 _fields_ = [('magic', bpf_u_int32),
139 ('sigfigs', bpf_u_int32),
140 ('snaplen', bpf_u_int32),
141 ('linktype', bpf_u_int32)]
147 ('caplen', bpf_u_int32),
148 ('len', bpf_u_int32)]
181 ('flags', bpf_u_int32)]
220 #typedef u_int bpf_u_int32 (already defined
    [all...]

Completed in 450 milliseconds