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

/macosx-10.10/libpcap-48/libpcap/
H A Dsf-pcap.c207 hdr.thiszone = SWAPLONG(hdr.thiszone);
233 p->tzoff = hdr.thiszone;
587 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen) argument
595 hdr.thiszone = thiszone;
H A Dsf-pcap-ng.c1389 sf_ng_write_header(FILE *fp, int linktype, int thiszone, int snaplen) argument
/macosx-10.10/tcpdump-61/tcpdump/
H A Dutil.c170 s = (tvp->tv_sec + thiszone) % 86400;
209 s = (tvp->tv_sec + thiszone) % 86400;
210 Time = (tvp->tv_sec + thiszone) - s;
H A Dinterface.h113 extern int32_t thiszone; /* seconds offset from gmt to local time */
H A Dtcpdump.c134 int32_t thiszone; /* seconds offset from gmt to local time */ variable
1292 thiszone = gmt2local(0);
1307 thiszone = gmt2local(0);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/setkey/
H A Dsetkey.c128 static time_t thiszone; variable
159 thiszone = gmt2local(0);
885 s = (tp.tv_sec + thiszone ) % 86400;
/macosx-10.10/network_cmds-457/mptcp_client/
H A Dmptcp_client.c80 static int32_t thiszone = 0; /* time difference with gmt */ variable
172 s = (tv.tv_sec + thiszone) % 86400;
339 thiszone = gmt2local(0);
/macosx-10.10/libpcap-48/libpcap/pcap/
H A Dpcap.h150 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header
/macosx-10.10/network_cmds-457/ndp.tproj/
H A Dndp.c149 static int32_t thiszone = 0; /* time difference with gmt */ variable
1573 s = (tvp->tv_sec + thiszone) % 86400;

Completed in 142 milliseconds