Searched refs:tsresol (Results 1 – 1 of 1) sorted by relevance
200 uint64_t tsresol; /* time stamp resolution */ member459 process_idb_options(pcap_t *p, struct block_cursor *cursor, uint64_t *tsresol, in process_idb_options() argument536 *tsresol = ((uint64_t)1) << tsresol_shift; in process_idb_options()556 *tsresol = 1; in process_idb_options()558 *tsresol *= 10; in process_idb_options()593 uint64_t tsresol; in add_interface() local702 tsresol = 1000000; /* microsecond resolution */ in add_interface()710 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary, in add_interface()714 ps->ifaces[ps->ifcount - 1].tsresol = tsresol; in add_interface()721 if (tsresol == ps->user_tsresol) { in add_interface()[all …]