Home
last modified time | relevance | path

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

/external/libpcap/
Dsf-pcap-ng.c215 u_int64_t tsoffset; /* time stamp offset */ member
404 u_int64_t *tsoffset, char *errbuf) in process_idb_options() argument
506 memcpy(tsoffset, optvalue, sizeof(*tsoffset)); in process_idb_options()
508 *tsoffset = SWAPLL(*tsoffset); in process_idb_options()
525 u_int64_t tsoffset; in add_interface() local
571 tsoffset = 0; /* absolute timestamps */ in add_interface()
577 if (process_idb_options(p, cursor, &tsresol, &tsoffset, errbuf) == -1) in add_interface()
581 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset; in add_interface()
1215 sec = t / ps->ifaces[interface_id].tsresol + ps->ifaces[interface_id].tsoffset; in pcap_ng_next_packet()