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

/freebsd-11.0-release/contrib/libpcap/
H A Dsf-pcap.c207 hdr.thiszone = SWAPLONG(hdr.thiszone);
233 p->tzoff = hdr.thiszone;
569 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen) argument
577 hdr.thiszone = thiszone;
/freebsd-11.0-release/sbin/setkey/
H A Dsetkey.c84 static time_t thiszone; variable
115 thiszone = gmt2local(0);
590 s = (tp.tv_sec + thiszone ) % 86400;
/freebsd-11.0-release/contrib/tcpdump/
H A Dinterface.h98 extern int32_t thiszone; /* seconds offset from gmt to local time */
H A Dutil.c206 s = (tvp->tv_sec + thiszone) % 86400;
244 s = (tvp->tv_sec + thiszone) % 86400;
245 Time = (tvp->tv_sec + thiszone) - s;
H A Dtcpdump.c167 int32_t thiszone; /* seconds offset from gmt to local time */ variable
1517 thiszone = gmt2local(0);
/freebsd-11.0-release/contrib/libpcap/pcap/
H A Dpcap.h124 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header
/freebsd-11.0-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.c83 int thiszone; variable
/freebsd-11.0-release/usr.sbin/ndp/
H A Dndp.c120 static int32_t thiszone; /* time difference with gmt */ variable
165 thiszone = gmt2local(0);
1370 s = (tvp->tv_sec + thiszone) % 86400;
/freebsd-11.0-release/contrib/pf/pflogd/
H A Dpflogd.c378 hdr.thiszone = hpcap->tzoff;
/freebsd-11.0-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2407 pfh.thiszone = 0;

Completed in 96 milliseconds