Searched refs:epbp (Results 1 – 1 of 1) sorted by relevance
1069 struct enhanced_packet_block *epbp; in pcap_ng_next_packet() local1099 epbp = get_from_block_data(&cursor, sizeof(*epbp), in pcap_ng_next_packet()1101 if (epbp == NULL) in pcap_ng_next_packet()1109 interface_id = SWAPLONG(epbp->interface_id); in pcap_ng_next_packet()1110 hdr->caplen = SWAPLONG(epbp->caplen); in pcap_ng_next_packet()1111 hdr->len = SWAPLONG(epbp->len); in pcap_ng_next_packet()1112 t = ((uint64_t)SWAPLONG(epbp->timestamp_high)) << 32 | in pcap_ng_next_packet()1113 SWAPLONG(epbp->timestamp_low); in pcap_ng_next_packet()1115 interface_id = epbp->interface_id; in pcap_ng_next_packet()1116 hdr->caplen = epbp->caplen; in pcap_ng_next_packet()[all …]