Home
last modified time | relevance | path

Searched refs:thiszone (Results 1 – 8 of 8) sorted by relevance

/src/sbin/setkey/
H A Dsetkey.c90 static time_t thiszone; variable
131 thiszone = gmt2local(0); in main()
627 s = (tp.tv_sec + thiszone ) % 86400; in printdate()
/src/contrib/libpcap/
H A Dsf-pcap.c277 hdr.thiszone = SWAPLONG(hdr.thiszone); in pcap_check_header()
805 hdr.thiszone = 0; in sf_write_header()
/src/libexec/bootpd/tools/bootptest/
H A Dbootptest.c81 int thiszone; variable
/src/usr.sbin/ndp/
H A Dndp.c122 static int32_t thiszone; /* time difference with gmt */ variable
202 thiszone = utc_offset(); in main()
1557 sec = (tvp->tv_sec + thiszone) % 86400; in ts_print()
/src/contrib/libpcap/pcap/
H A Dpcap.h211 bpf_int32 thiszone; /* not used - SHOULD be filled with 0 */ member
/src/contrib/pf/pflogd/
H A Dpflogd.c386 hdr.thiszone = 0; in try_reset_dump()
/src/tools/tools/netmap/
H A Dnmreplay.c170 int32_t thiszone; member
192 bpf_int32 thiszone; /* gmt to local correction */
/src/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2406 pfh.thiszone = 0;