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

/freebsd-9.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c381 u_int64_t *tsoffset, char *errbuf)
483 memcpy(tsoffset, optvalue, sizeof(*tsoffset));
485 *tsoffset = SWAPLL(*tsoffset);
655 p->sf.tsoffset = 0; /* absolute timestamps */
703 &p->sf.tsoffset, errbuf) == -1)
779 u_int64_t tsoffset; local
940 tsoffset = 0; /* absolute timestamps */
950 if (process_idb_options(p, &cursor, &tsresol, &tsoffset,
380 process_idb_options(pcap_t *p, struct block_cursor *cursor, u_int *tsresol, u_int64_t *tsoffset, char *errbuf) argument
[all...]
H A Dpcap-int.h118 u_int64_t tsoffset; /* time stamp offset */ member in struct:pcap_sf

Completed in 27 milliseconds