Searched refs:epbp (Results 1 – 1 of 1) sorted by relevance
1091 struct enhanced_packet_block *epbp; in pcap_ng_next_packet() local1121 epbp = get_from_block_data(&cursor, sizeof(*epbp), in pcap_ng_next_packet()1123 if (epbp == NULL) in pcap_ng_next_packet()1131 interface_id = SWAPLONG(epbp->interface_id); in pcap_ng_next_packet()1132 hdr->caplen = SWAPLONG(epbp->caplen); in pcap_ng_next_packet()1133 hdr->len = SWAPLONG(epbp->len); in pcap_ng_next_packet()1134 t = ((uint64_t)SWAPLONG(epbp->timestamp_high)) << 32 | in pcap_ng_next_packet()1135 SWAPLONG(epbp->timestamp_low); in pcap_ng_next_packet()1137 interface_id = epbp->interface_id; in pcap_ng_next_packet()1138 hdr->caplen = epbp->caplen; in pcap_ng_next_packet()[all …]