Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/libpcap/
H A Dsf-pcap.c277 hdr.thiszone = SWAPLONG(hdr.thiszone); in pcap_check_header()
805 hdr.thiszone = 0; in sf_write_header()
/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c81 int thiszone; variable
/freebsd/usr.sbin/ndp/
H A Dndp.c122 static int32_t thiszone; /* time difference with gmt */ variable
202 thiszone = utc_offset(); in main()
1552 sec = (tvp->tv_sec + thiszone) % 86400; in ts_print()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h211 bpf_int32 thiszone; /* not used - SHOULD be filled with 0 */ member
/freebsd/contrib/pf/pflogd/
H A Dpflogd.c386 hdr.thiszone = 0; in try_reset_dump()
/freebsd/tools/tools/netmap/
H A Dnmreplay.c170 int32_t thiszone; member
192 bpf_int32 thiszone; /* gmt to local correction */
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2406 pfh.thiszone = 0;