Home
last modified time | relevance | path

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

/netbsd/external/bsd/libpcap/dist/
H A Dsf-pcap.c216 hdr.thiszone = SWAPLONG(hdr.thiszone); in pcap_check_header()
257 p->tzoff = hdr.thiszone; in pcap_check_header()
722 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen) in sf_write_header() argument
730 hdr.thiszone = thiszone; in sf_write_header()
/netbsd/external/bsd/tcpdump/dist/
H A Dutil-print.c64 int32_t thiszone; /* seconds offset from gmt to local time */ variable
345 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
393 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
394 Time = (tvp->tv_sec + thiszone) - s; in ts_print()
H A Dprint.c253 thiszone = timezone_offset; in init_print()
H A Dnetdissect.h80 extern int32_t thiszone; /* seconds offset from gmt to local time */
/netbsd/usr.sbin/ndp/
H A Dndp.c114 static int32_t thiszone; /* time difference with gmt */ variable
189 thiszone = gmt2local(0L); in main()
952 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
/netbsd/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c148 static time_t thiszone; variable
177 thiszone = gmt2local(0); in main()
1019 s = (tp.tv_sec + thiszone) % 86400; in printdate()
/netbsd/external/bsd/top/dist/machine/
H A Dm_irix5.c627 struct timezone thiszone; local
632 gettimeofday (&thistime, &thiszone);
/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Ddump.c106 hdr.thiszone = 0;
/netbsd/usr.sbin/bootp/bootptest/
H A Dbootptest.c82 int thiszone; variable
/netbsd/external/bsd/libpcap/dist/pcap/
H A Dpcap.h171 bpf_int32 thiszone; /* gmt to local correction */ member
/netbsd/dist/pf/sbin/pflogd/
H A Dpflogd.c352 hdr.thiszone = hpcap->tzoff; in try_reset_dump()