Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-usb-linux-common.h75 u_int pre_truncation_data_len; in incoming_isochronous_transfer_completed_len() local
95 pre_truncation_data_len = 0; in incoming_isochronous_transfer_completed_len()
111 if (desc_end > pre_truncation_data_len) in incoming_isochronous_transfer_completed_len()
112 pre_truncation_data_len = desc_end; in incoming_isochronous_transfer_completed_len()
126 return (u_int_sum(iso_pseudo_header_len(hdr), pre_truncation_data_len)); in incoming_isochronous_transfer_completed_len()