Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/setkey/
H A Dsetkey.c89 static time_t thiszone; variable
130 thiszone = gmt2local(0); in main()
621 s = (tp.tv_sec + thiszone ) % 86400; in printdate()
/freebsd-14.2/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-14.2/libexec/bootpd/tools/bootptest/
H A Dbootptest.c81 int thiszone; variable
/freebsd-14.2/usr.sbin/ndp/
H A Dndp.c126 static int32_t thiszone; /* time difference with gmt */ variable
205 thiszone = utc_offset(); in main()
1545 sec = (tvp->tv_sec + thiszone) % 86400; in ts_print()
/freebsd-14.2/contrib/libpcap/pcap/
H A Dpcap.h211 bpf_int32 thiszone; /* not used - SHOULD be filled with 0 */ member
/freebsd-14.2/contrib/pf/pflogd/
H A Dpflogd.c386 hdr.thiszone = 0; in try_reset_dump()
/freebsd-14.2/tools/tools/netmap/
H A Dnmreplay.c170 int32_t thiszone; member
192 bpf_int32 thiszone; /* gmt to local correction */
/freebsd-14.2/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2406 pfh.thiszone = 0;