Home
last modified time | relevance | path

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

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