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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-common.c1050 pcap_usb_header_mmapped *uhdr = (pcap_usb_header_mmapped *)buf; local
1068 uhdr->id = SWAPLL(uhdr->id);
1075 uhdr->bus_id = SWAPSHORT(uhdr->bus_id);
1082 uhdr->ts_sec = SWAPLL(uhdr->ts_sec);
1087 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec);
1092 uhdr
[all...]
H A Dpcap-usb-linux.c465 pcap_usb_header* uhdr = (pcap_usb_header*)handle->buffer; local
501 uhdr->id = tag;
502 uhdr->device_address = dev_addr;
503 uhdr->bus_id = handle->md.ifindex;
504 uhdr->status = 0;
515 uhdr->ts_sec = pkth.ts.tv_sec;
516 uhdr->ts_usec = pkth.ts.tv_usec;
543 uhdr->event_type = etype;
544 uhdr->transfer_type = urb_transfer;
545 uhdr
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c6820 struct udphdr *uhdr; local
6829 uhdr = (struct udphdr *)((caddr_t)iph + off);
6830 port = uhdr->uh_sport;

Completed in 102 milliseconds