HomeSort by relevance Sort by last modified time
    Searched refs:thiszone (Results 1 - 5 of 5) sorted by null

  /external/libpcap/
sf-pcap.c 207 hdr.thiszone = SWAPLONG(hdr.thiszone);
233 p->tzoff = hdr.thiszone;
569 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen)
577 hdr.thiszone = thiszone;
  /external/tcpdump/
interface.h 98 extern int32_t thiszone; /* seconds offset from gmt to local time */
util.c 206 s = (tvp->tv_sec + thiszone) % 86400;
244 s = (tvp->tv_sec + thiszone) % 86400;
245 Time = (tvp->tv_sec + thiszone) - s;
tcpdump.c 154 int32_t thiszone; /* seconds offset from gmt to local time */ variable
    [all...]
  /external/libpcap/pcap/
pcap.h 126 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header

Completed in 612 milliseconds