Home
last modified time | relevance | path

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

/external/libpcap/
Dsf-pcap.c207 hdr.thiszone = SWAPLONG(hdr.thiszone); in pcap_check_header()
233 p->tzoff = hdr.thiszone; in pcap_check_header()
569 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen) in sf_write_header() argument
577 hdr.thiszone = thiszone; in sf_write_header()
/external/tcpdump/
Dutil.c173 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
211 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
212 Time = (tvp->tv_sec + thiszone) - s; in ts_print()
Dinterface.h111 extern int32_t thiszone; /* seconds offset from gmt to local time */
Dtcpdump.c118 int32_t thiszone; /* seconds offset from gmt to local time */ variable
1146 thiszone = gmt2local(0); in main()
/external/libpcap/pcap/
Dpcap.h128 bpf_int32 thiszone; /* gmt to local correction */ member
/external/qemu/net/
Dnet-android.c2012 int32_t thiszone; member
2083 hdr.thiszone = 0; in net_dump_init()
Dnet.c1933 int32_t thiszone; member
2004 hdr.thiszone = 0; in net_dump_init()