Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-common.c1310 pcap_usb_header_mmapped *uhdr = (pcap_usb_header_mmapped *)buf; in swap_linux_usb_header() local
1326 uhdr->id = SWAPLL(uhdr->id); in swap_linux_usb_header()
1333 uhdr->bus_id = SWAPSHORT(uhdr->bus_id); in swap_linux_usb_header()
1340 uhdr->ts_sec = SWAPLL(uhdr->ts_sec); in swap_linux_usb_header()
1345 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec); in swap_linux_usb_header()
1350 uhdr->status = SWAPLONG(uhdr->status); in swap_linux_usb_header()
1355 uhdr->urb_len = SWAPLONG(uhdr->urb_len); in swap_linux_usb_header()
1360 uhdr->data_len = SWAPLONG(uhdr->data_len); in swap_linux_usb_header()
1362 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
1366 uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count); in swap_linux_usb_header()
[all …]
Dpcap-usb-linux.c740 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; in usb_read_linux() local
776 uhdr->id = tag; in usb_read_linux()
777 uhdr->device_address = dev_addr; in usb_read_linux()
778 uhdr->bus_id = handlep->bus_index; in usb_read_linux()
779 uhdr->status = 0; in usb_read_linux()
789 uhdr->ts_sec = pkth.ts.tv_sec; in usb_read_linux()
790 uhdr->ts_usec = pkth.ts.tv_usec; in usb_read_linux()
817 uhdr->event_type = etype; in usb_read_linux()
818 uhdr->transfer_type = urb_transfer; in usb_read_linux()
819 uhdr->endpoint_number = ep_num; in usb_read_linux()
[all …]
/external/libunwind/src/ia64/
DGtables.c682 *uhdr; in tdep_find_proc_info()
694 uhdr = (struct unwind_header *) lmd.unwind_base; in tdep_find_proc_info()
696 if ((uhdr->header_version & ~UNWIND_TBL_32BIT) != 1 in tdep_find_proc_info()
697 && (uhdr->header_version & ~UNWIND_TBL_32BIT) != 2) in tdep_find_proc_info()
700 (long) (uhdr->header_version & ~UNWIND_TBL_32BIT)); in tdep_find_proc_info()
703 if (uhdr->header_version & UNWIND_TBL_32BIT) in tdep_find_proc_info()
709 di.u.ti.table_data = (unw_word_t *) (di.u.ti.segbase + uhdr->start_offset); in tdep_find_proc_info()
710 di.u.ti.table_len = ((uhdr->end_offset - uhdr->start_offset) in tdep_find_proc_info()