Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c206 uint64_t tsoffset; /* time stamp offset */ member
463 uint64_t *tsoffset, int *is_binary, char *errbuf) in process_idb_options() argument
578 memcpy(tsoffset, optvalue, sizeof(*tsoffset)); in process_idb_options()
580 *tsoffset = SWAPLL(*tsoffset); in process_idb_options()
598 uint64_t tsoffset; in add_interface() local
710 tsoffset = 0; /* absolute timestamps */ in add_interface()
716 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary, in add_interface()
721 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset; in add_interface()
1386 sec = t / ps->ifaces[interface_id].tsresol + ps->ifaces[interface_id].tsoffset; in pcap_ng_next_packet()