Searched refs:tsresol (Results 1 – 1 of 1) sorted by relevance
201 uint64_t tsresol; /* time stamp resolution */ member460 process_idb_options(pcap_t *p, struct block_cursor *cursor, uint64_t *tsresol, in process_idb_options() argument537 *tsresol = ((uint64_t)1) << tsresol_shift; in process_idb_options()557 *tsresol = 1; in process_idb_options()559 *tsresol *= 10; in process_idb_options()595 uint64_t tsresol; in add_interface() local706 tsresol = 1000000; /* microsecond resolution */ in add_interface()714 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary, in add_interface()718 ps->ifaces[ps->ifcount - 1].tsresol = tsresol; in add_interface()725 if (tsresol == ps->user_tsresol) { in add_interface()[all …]