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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dsf-pcap.c174 hdr.thiszone = SWAPLONG(hdr.thiszone);
187 p->tzoff = hdr.thiszone;
455 sf_write_header(FILE *fp, int linktype, int thiszone, int snaplen) argument
463 hdr.thiszone = thiszone;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dutil.c173 s = (tvp->tv_sec + thiszone) % 86400;
211 s = (tvp->tv_sec + thiszone) % 86400;
212 Time = (tvp->tv_sec + thiszone) - s;
H A Dinterface.h102 extern int32_t thiszone; /* seconds offset from gmt to local time */
H A Dtcpdump.c115 int32_t thiszone; /* seconds offset from gmt to local time */ variable
1111 thiszone = gmt2local(0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/setkey/
H A Dsetkey.c89 static time_t thiszone; variable
119 thiszone = gmt2local(0);
605 s = (tp.tv_sec + thiszone ) % 86400;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dpcap.h128 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Ddump.c102 hdr.thiszone = 0;

Completed in 118 milliseconds