HomeSort by relevance Sort by last modified time
    Searched refs:tstamp_type_count (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
pcap.c 160 if (p->tstamp_type_count == 0) {
167 p->tstamp_type_count);
174 sizeof(**tstamp_typesp) * p->tstamp_type_count);
176 return (p->tstamp_type_count);
620 * If p->tstamp_type_count is 0, we only support PCAP_TSTAMP_HOST;
623 if (p->tstamp_type_count == 0) {
632 for (i = 0; i < p->tstamp_type_count; i++) {
    [all...]
pcap-int.h 192 int tstamp_type_count; member in struct:pcap
pcap-linux.c 428 handle->tstamp_type_count = 3;
    [all...]

Completed in 379 milliseconds