Searched refs:tsoffset (Results 1 – 1 of 1) sorted by relevance
220 u_int64_t tsoffset; /* time stamp offset */ member413 u_int64_t *tsoffset, int *is_binary, char *errbuf) in process_idb_options() argument517 memcpy(tsoffset, optvalue, sizeof(*tsoffset)); in process_idb_options()519 *tsoffset = SWAPLL(*tsoffset); in process_idb_options()536 u_int64_t tsoffset; in add_interface() local646 tsoffset = 0; /* absolute timestamps */ in add_interface()652 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary, in add_interface()657 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset; in add_interface()1291 sec = t / ps->ifaces[interface_id].tsresol + ps->ifaces[interface_id].tsoffset; in pcap_ng_next_packet()