Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-common.c1086 pcap_usb_header_mmapped *uhdr = (pcap_usb_header_mmapped *)buf; in swap_linux_usb_header() local
1104 uhdr->id = SWAPLL(uhdr->id); in swap_linux_usb_header()
1111 uhdr->bus_id = SWAPSHORT(uhdr->bus_id); in swap_linux_usb_header()
1118 uhdr->ts_sec = SWAPLL(uhdr->ts_sec); in swap_linux_usb_header()
1123 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec); in swap_linux_usb_header()
1128 uhdr->status = SWAPLONG(uhdr->status); in swap_linux_usb_header()
1133 uhdr->urb_len = SWAPLONG(uhdr->urb_len); in swap_linux_usb_header()
1138 uhdr->data_len = SWAPLONG(uhdr->data_len); in swap_linux_usb_header()
1140 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
1144 uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count); in swap_linux_usb_header()
[all …]
Dpcap-usb-linux.c478 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; in usb_read_linux() local
514 uhdr->id = tag; in usb_read_linux()
515 uhdr->device_address = dev_addr; in usb_read_linux()
516 uhdr->bus_id = handlep->bus_index; in usb_read_linux()
517 uhdr->status = 0; in usb_read_linux()
528 uhdr->ts_sec = pkth.ts.tv_sec; in usb_read_linux()
529 uhdr->ts_usec = pkth.ts.tv_usec; in usb_read_linux()
556 uhdr->event_type = etype; in usb_read_linux()
557 uhdr->transfer_type = urb_transfer; in usb_read_linux()
558 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()