Searched refs:thiszone (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/
H A Dsf-pcap.c207 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) argument
577 hdr.thiszone = thiszone;
/external/tcpdump/
H A Dinterface.h98 extern int32_t thiszone; /* seconds offset from gmt to local time */
H A Dutil.c206 s = (tvp->tv_sec + thiszone) % 86400;
244 s = (tvp->tv_sec + thiszone) % 86400;
245 Time = (tvp->tv_sec + thiszone) - s;
H A Dtcpdump.c154 int32_t thiszone; /* seconds offset from gmt to local time */ variable
1475 thiszone = gmt2local(0);
/external/libpcap/pcap/
H A Dpcap.h126 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header

Completed in 87 milliseconds