Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-usb-linux-common.h99 u_int desc_end; in incoming_isochronous_transfer_completed_len() local
109 desc_end = u_int_sum(descs[desc].offset, 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()
/freebsd/sys/dev/gve/
H A Dgve_adminq.c160 char *desc_end = (char *)descriptor + be16toh(descriptor->total_length); in gve_process_device_options() local
168 if ((char *)(dev_opt + 1) > desc_end || in gve_process_device_options()
169 (char *)(dev_opt + 1) + be16toh(dev_opt->option_length) > desc_end) { in gve_process_device_options()