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

/macosx-10.9.5/libpcap-42/libpcap/
H A Dsf-pcap-ng.c782 struct pcapng_simple_packet_fields *spbp; local
840 spbp = get_from_block_data(&cursor, sizeof(*spbp),
842 if (spbp == NULL)
855 hdr->len = SWAPLONG(spbp->len);
857 hdr->len = spbp->len;
1093 struct pcapng_simple_packet_fields *spbp; local
1155 spbp = get_from_block_data(&cursor, sizeof(*spbp),
1157 if (spbp
[all...]
H A Dpcapng.c1077 struct pcapng_simple_packet_fields *spbp = pcap_ng_get_simple_packet_fields(block); local
1086 spbp->len = rawspb->len;
1088 spbp->len = SWAPLONG(spbp->len);
1092 if (caplen > spbp->len)
1093 caplen = spbp->len;

Completed in 301 milliseconds