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

/freebsd-9.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c771 struct enhanced_packet_block *epbp; local
803 epbp = get_from_block_data(&cursor, sizeof(*epbp),
805 if (epbp == NULL)
813 interface_id = SWAPLONG(epbp->interface_id);
814 hdr->caplen = SWAPLONG(epbp->caplen);
815 hdr->len = SWAPLONG(epbp->len);
816 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
817 SWAPLONG(epbp->timestamp_low);
819 interface_id = epbp
[all...]

Completed in 57 milliseconds