Home
last modified time | relevance | path

Searched defs: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()
399 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, in bpf_filter()
/external/scapy/scapy/
Dutils.py1133 def _write_packet(self, packet, sec=None, usec=None, caplen=None, wirelen=None): argument