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

/freebsd-10-stable/contrib/libpcap/
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;
/freebsd-10-stable/contrib/tcpdump/
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.c126 int32_t thiszone; /* seconds offset from gmt to local time */ variable
1200 thiszone = gmt2local(0);
/freebsd-10-stable/sbin/setkey/
H A Dsetkey.c84 static time_t thiszone; variable
115 thiszone = gmt2local(0);
590 s = (tp.tv_sec + thiszone ) % 86400;
/freebsd-10-stable/contrib/libpcap/pcap/
H A Dpcap.h126 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header
/freebsd-10-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c83 int thiszone; variable
/freebsd-10-stable/usr.sbin/ndp/
H A Dndp.c126 static int32_t thiszone; /* time difference with gmt */ variable
171 thiszone = gmt2local(0);
1382 s = (tvp->tv_sec + thiszone) % 86400;
/freebsd-10-stable/contrib/pf/pflogd/
H A Dpflogd.c378 hdr.thiszone = hpcap->tzoff;
/freebsd-10-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2407 pfh.thiszone = 0;

Completed in 128 milliseconds