HomeSort by relevance Sort by last modified time
    Searched full:tsoffset (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
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...]

Completed in 89 milliseconds