Searched refs:urb_len (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libpcap/pcap/
H A Dusb.h91 uint32_t urb_len; member in struct:_usb_header
116 uint32_t urb_len; member in struct:_usb_header_mmapped
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-usb-linux.c834 int tag, cnt, ep_num, dev_addr, dummy, ret, urb_len, data_len; local
956 ret = sscanf(string, " %d%n", &urb_len, &cnt);
967 pkth.len = urb_len+pkth.caplen;
968 uhdr->urb_len = urb_len;
971 if (uhdr->urb_len == 0)
1180 * info.hdr->urb_len is the size of the buffer into which
1183 * there is URB data, and info.hdr->urb_len is the number
1205 * info.hdr->urb_len, so that it includes data
1209 pkth.len = sizeof(pcap_usb_header) + info.hdr->urb_len;
[all...]
H A Dpcap-common.c1398 offset += 4; /* skip past urb_len */
1401 uhdr->urb_len = SWAPLONG(uhdr->urb_len);

Completed in 164 milliseconds