Home
last modified time | relevance | path

Searched refs:tsresol (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dsf-pcap-ng.c217 u_int tsresol; /* time stamp resolution */ member
412 process_idb_options(pcap_t *p, struct block_cursor *cursor, u_int *tsresol, in process_idb_options() argument
477 *tsresol = 1 << (tsresol_opt & 0x7F); in process_idb_options()
483 *tsresol = 1; in process_idb_options()
485 *tsresol *= 10; in process_idb_options()
487 if (*tsresol == 0) { in process_idb_options()
535 u_int tsresol; in add_interface() local
644 tsresol = 1000000; /* microsecond resolution */ in add_interface()
652 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary, in add_interface()
656 ps->ifaces[ps->ifcount - 1].tsresol = tsresol; in add_interface()
[all …]