Searched refs:spbp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c772 struct simple_packet_block *spbp; local
832 spbp = get_from_block_data(&cursor, sizeof(*spbp),
834 if (spbp == NULL)
848 hdr->len = SWAPLONG(spbp->len);
850 hdr->len = spbp->len;

Completed in 95 milliseconds