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

/external/libpcap/
H A Dsavefile.c854 sf_write_header(FILE *fp, int linktype, int thiszone, int snaplen) argument
862 hdr.thiszone = thiszone;
878 hp->thiszone = SWAPLONG(hp->thiszone);
1045 p->tzoff = hdr.thiszone;
H A Dpcap.h117 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header
/external/tcpdump/
H A Dutil.c156 s = (tvp->tv_sec + thiszone) % 86400;
191 s = (tvp->tv_sec + thiszone) % 86400;
192 Time = (tvp->tv_sec + thiszone) - s;
H A Dinterface.h117 extern int32_t thiszone; /* seconds offset from gmt to local time */
H A Dtcpdump.c101 int32_t thiszone; /* seconds offset from gmt to local time */ variable
803 thiszone = gmt2local(0);
/external/qemu/
H A Dnet-android.c2037 int32_t thiszone; member in struct:pcap_file_hdr
2108 hdr.thiszone = 0;
H A Dnet.c1933 int32_t thiszone; member in struct:pcap_file_hdr
2004 hdr.thiszone = 0;

Completed in 175 milliseconds