Home
last modified time | relevance | path

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

/tools/net/
Dbpf_dbg.c118 uint32_t caplen; member
928 if (hdr->caplen == 0 || hdr->len == 0 || hdr->caplen > hdr->len) in pcap_next_pkt()
930 if (pcap_ptr_va_curr + sizeof(*hdr) + hdr->caplen - in pcap_next_pkt()
934 pcap_ptr_va_curr += (sizeof(*hdr) + hdr->caplen); in pcap_next_pkt()
1110 hdr->caplen, hdr->len, steps); in cmd_step()
1190 hdr->caplen, hdr->len); in cmd_run()
/tools/lguest/
Dlguest.c2464 static void init_cap(struct virtio_pci_cap *cap, size_t caplen, int type, in init_cap() argument
2469 cap->cap_len = caplen; in init_cap()