HomeSort by relevance Sort by last modified time
    Searched refs:uhdr (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
pcap-common.c 1163 pcap_usb_header_mmapped *uhdr = (pcap_usb_header_mmapped *)buf; local
    [all...]
pcap-usb-linux.c 481 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; local
517 uhdr->id = tag;
518 uhdr->device_address = dev_addr;
519 uhdr->bus_id = handlep->bus_index;
520 uhdr->status = 0;
531 uhdr->ts_sec = pkth.ts.tv_sec;
532 uhdr->ts_usec = pkth.ts.tv_usec;
559 uhdr->event_type = etype;
560 uhdr->transfer_type = urb_transfer;
561 uhdr->endpoint_number = ep_num
    [all...]
  /external/libunwind/src/ia64/
Gtables.c 682 *uhdr;
694 uhdr = (struct unwind_header *) lmd.unwind_base;
696 if ((uhdr->header_version & ~UNWIND_TBL_32BIT) != 1
697 && (uhdr->header_version & ~UNWIND_TBL_32BIT) != 2)
700 (long) (uhdr->header_version & ~UNWIND_TBL_32BIT));
703 if (uhdr->header_version & UNWIND_TBL_32BIT)
709 di.u.ti.table_data = (unw_word_t *) (di.u.ti.segbase + uhdr->start_offset);
710 di.u.ti.table_len = ((uhdr->end_offset - uhdr->start_offset)

Completed in 105 milliseconds