Searched refs:epbp (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libpcap/
H A Dsf-pcapng.c1088 struct enhanced_packet_block *epbp; local
1118 epbp = get_from_block_data(&cursor, sizeof(*epbp),
1120 if (epbp == NULL)
1128 interface_id = SWAPLONG(epbp->interface_id);
1129 hdr->caplen = SWAPLONG(epbp->caplen);
1130 hdr->len = SWAPLONG(epbp->len);
1131 t = ((uint64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
1132 SWAPLONG(epbp->timestamp_low);
1134 interface_id = epbp
[all...]

Completed in 104 milliseconds