Searched refs:uhdr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-common.c1157 pcap_usb_header_mmapped *uhdr = (pcap_usb_header_mmapped *)buf; local
1175 uhdr->id = SWAPLL(uhdr->id);
1182 uhdr->bus_id = SWAPSHORT(uhdr->bus_id);
1189 uhdr->ts_sec = SWAPLL(uhdr->ts_sec);
1194 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec);
1199 uhdr
[all...]
H A Dpcap-usb-linux.c481 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
[all...]
/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm.c488 const struct iwm_tlv_ucode_header *uhdr; local
532 uhdr = (const void *)fw->fw_fp->data;
534 || le32toh(uhdr->magic) != IWM_TLV_UCODE_MAGIC) {
542 IWM_UCODE_MAJOR(le32toh(uhdr->ver)),
543 IWM_UCODE_MINOR(le32toh(uhdr->ver)),
544 IWM_UCODE_API(le32toh(uhdr->ver)));
545 data = uhdr->data;
546 len = fw->fw_fp->datasize - sizeof(*uhdr);
/freebsd-11.0-release/sys/netinet/
H A Dsctputil.c6838 struct udphdr *uhdr; local
6847 uhdr = (struct udphdr *)((caddr_t)iph + off);
6848 port = uhdr->uh_sport;

Completed in 149 milliseconds