Home
last modified time | relevance | path

Searched refs:wirelen (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dbpf_filter.c120 u_int wirelen, u_int buflen, const struct bpf_aux_data *aux_data) in bpf_filter_with_aux_data() argument
189 A = wirelen; in bpf_filter_with_aux_data()
193 X = wirelen; in bpf_filter_with_aux_data()
399 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, in bpf_filter() argument
402 return bpf_filter_with_aux_data(pc, p, wirelen, buflen, NULL); in bpf_filter()
/external/scapy/scapy/
Dutils.py827 sec,usec,caplen,wirelen = struct.unpack(self.endian+"IIII", hdr)
829 return s,(sec,usec,wirelen) # caplen = len(s)
884 s,(sec,usec,wirelen) = rp
992 intid, tshigh, tslow, caplen, wirelen = struct.unpack(
998 tshigh, tslow, wirelen))
1006 wirelen, = struct.unpack(self.endian + "I", block[:4])
1007 caplen = min(wirelen, self.interfaces[intid][1])
1010 None, None, wirelen))
1014 intid, drops, tshigh, tslow, caplen, wirelen = struct.unpack(
1020 tshigh, tslow, wirelen))
[all …]