sf-pcap-ng.c | 215 u_int64_t tsoffset; /* time stamp offset */ member in struct:pcap_ng_if 404 u_int64_t *tsoffset, char *errbuf) 506 memcpy(tsoffset, optvalue, sizeof(*tsoffset)); 508 *tsoffset = SWAPLL(*tsoffset); 525 u_int64_t tsoffset; local 571 tsoffset = 0; /* absolute timestamps */ 577 if (process_idb_options(p, cursor, &tsresol, &tsoffset, errbuf) == -1) 581 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset [all...] |