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

/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcapng.c1028 struct pcapng_interface_statistics_fields *rawisb; local
1030 rawisb = get_from_block_data(&cursor, sizeof(struct pcapng_interface_statistics_fields), p->errbuf);
1031 if (rawisb == NULL)
1034 isbp->interface_id = rawisb->interface_id;
1035 isbp->timestamp_high = rawisb->timestamp_high;
1036 isbp->timestamp_low = rawisb->timestamp_low;

Completed in 180 milliseconds