Searched refs:epbp (Results 1 – 1 of 1) sorted by relevance
950 struct enhanced_packet_block *epbp; in pcap_ng_next_packet() local980 epbp = get_from_block_data(&cursor, sizeof(*epbp), in pcap_ng_next_packet()982 if (epbp == NULL) in pcap_ng_next_packet()990 interface_id = SWAPLONG(epbp->interface_id); in pcap_ng_next_packet()991 hdr->caplen = SWAPLONG(epbp->caplen); in pcap_ng_next_packet()992 hdr->len = SWAPLONG(epbp->len); in pcap_ng_next_packet()993 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 | in pcap_ng_next_packet()994 SWAPLONG(epbp->timestamp_low); in pcap_ng_next_packet()996 interface_id = epbp->interface_id; in pcap_ng_next_packet()997 hdr->caplen = epbp->caplen; in pcap_ng_next_packet()[all …]