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

/freebsd-11-stable/contrib/libpcap/
H A Dsf-pcap.c211 hdr.thiszone = SWAPLONG(hdr.thiszone);
252 p->tzoff = hdr.thiszone;
717 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen) argument
725 hdr.thiszone = thiszone;
/freebsd-11-stable/sbin/setkey/
H A Dsetkey.c85 static time_t thiszone; variable
116 thiszone = gmt2local(0);
598 s = (tp.tv_sec + thiszone ) % 86400;
/freebsd-11-stable/contrib/tcpdump/
H A Dutil-print.c59 int32_t thiszone; /* seconds offset from gmt to local time */ variable
340 s = (tvp->tv_sec + thiszone) % 86400;
388 s = (tvp->tv_sec + thiszone) % 86400;
389 Time = (tvp->tv_sec + thiszone) - s;
H A Dprint.c245 thiszone = timezone_offset;
H A Dnetdissect.h80 extern int32_t thiszone; /* seconds offset from gmt to local time */
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c83 int thiszone; variable
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c121 static int32_t thiszone; /* time difference with gmt */ variable
166 thiszone = gmt2local(0);
1370 s = (tvp->tv_sec + thiszone) % 86400;
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dpcap.h164 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c378 hdr.thiszone = hpcap->tzoff;
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2407 pfh.thiszone = 0;

Completed in 101 milliseconds