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

/freebsd-13-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-13-stable/sbin/setkey/
H A Dsetkey.c87 static time_t thiszone; variable
118 thiszone = gmt2local(0);
600 s = (tp.tv_sec + thiszone ) % 86400;
/freebsd-13-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-13-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c83 int thiszone; variable
/freebsd-13-stable/usr.sbin/ndp/
H A Dndp.c123 static int32_t thiszone; /* time difference with gmt */ variable
168 thiszone = gmt2local(0);
1371 sec = (tvp->tv_sec + thiszone) % 86400;
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dpcap.h164 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header
/freebsd-13-stable/contrib/pf/pflogd/
H A Dpflogd.c378 hdr.thiszone = hpcap->tzoff;
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c172 int32_t thiszone; member in struct:pcap_file_header
175 timestamps are in GMT (UTC), thiszone is simply 0. If the timestamps are in
176 Central European time (Amsterdam, Berlin, ...) which is GMT + 1:00, thiszone
194 bpf_int32 thiszone; /* gmt to local correction */
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2408 pfh.thiszone = 0;

Completed in 215 milliseconds