HomeSort by: relevance | last modified time | path
    Searched defs:thiszone (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/bootp/bootptest/
bootptest.c 82 int thiszone; variable
  /src/usr.sbin/ndp/
ndp.c 134 static int32_t thiszone; /* time difference with gmt */ variable
210 thiszone = gmt2local(0L);
973 s = (tvp->tv_sec + thiszone) % 86400;
  /src/crypto/dist/ipsec-tools/src/setkey/
setkey.c 148 static time_t thiszone; variable
177 thiszone = gmt2local(0);
1019 s = (tp.tv_sec + thiszone) % 86400;
  /src/external/bsd/top/dist/machine/
m_irix5.c 627 struct timezone thiszone; local
632 gettimeofday (&thistime, &thiszone);
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 215 bpf_int32 thiszone; /* not used - SHOULD be filled with 0 */ member in struct:pcap_file_header

Completed in 128 milliseconds