Searched refs:tsresol (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libpcap/
H A Dsf-pcapng.c200 uint64_t tsresol; /* time stamp resolution */ member in struct:pcap_ng_if
202 uint64_t scale_factor; /* time stamp scale factor for power-of-10 tsresol */
459 process_idb_options(pcap_t *p, struct block_cursor *cursor, uint64_t *tsresol, argument
536 *tsresol = ((uint64_t)1) << tsresol_shift;
556 *tsresol = 1;
558 *tsresol *= 10;
593 uint64_t tsresol; local
702 tsresol = 1000000; /* microsecond resolution */
710 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary,
714 ps->ifaces[ps->ifcount - 1].tsresol
[all...]

Completed in 216 milliseconds