Searched refs:spbp (Results 1 – 1 of 1) sorted by relevance
1106 struct simple_packet_block *spbp; in pcap_ng_next_packet() local1164 spbp = get_from_block_data(&cursor, sizeof(*spbp), in pcap_ng_next_packet()1166 if (spbp == NULL) in pcap_ng_next_packet()1180 hdr->len = SWAPLONG(spbp->len); in pcap_ng_next_packet()1182 hdr->len = spbp->len; in pcap_ng_next_packet()