Searched defs:wirelen (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libpcap/ |
H A D | bpf_filter.c | 90 u_int wirelen, u_int buflen, const struct pcap_bpf_aux_data *aux_data) in pcap_filter_with_aux_data() 391 pcap_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, in pcap_filter() 536 bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen, in bpf_filter()
|
/aosp_15_r20/external/scapy/scapy/ |
H A D | utils.py | 1133 def _write_packet(self, packet, sec=None, usec=None, caplen=None, wirelen=None): argument
|