Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c204 int64_t tsoffset; /* time stamp offset */ member
461 int64_t *tsoffset, int *is_binary, char *errbuf) in process_idb_options() argument
576 memcpy(tsoffset, optvalue, sizeof(*tsoffset)); in process_idb_options()
578 *tsoffset = SWAPLL(*tsoffset); in process_idb_options()
596 int64_t tsoffset; in add_interface() local
708 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()