Searched refs:tsoffset (Results 1 – 1 of 1) sorted by relevance
204 int64_t tsoffset; /* time stamp offset */ member461 int64_t *tsoffset, int *is_binary, char *errbuf) in process_idb_options() argument576 memcpy(tsoffset, optvalue, sizeof(*tsoffset)); in process_idb_options()578 *tsoffset = SWAPLL(*tsoffset); in process_idb_options()596 int64_t tsoffset; in add_interface() local708 tsoffset = 0; /* absolute timestamps */ in add_interface()714 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary, in add_interface()719 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset; in add_interface()1384 sec = t / ps->ifaces[interface_id].tsresol + ps->ifaces[interface_id].tsoffset; in pcap_ng_next_packet()