HomeSort by relevance Sort by last modified time
    Searched refs:thiszone (Results 1 - 7 of 7) sorted by null

  /external/libpcap/
sf-pcap.c 207 hdr.thiszone = SWAPLONG(hdr.thiszone);
233 p->tzoff = hdr.thiszone;
569 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen)
577 hdr.thiszone = thiszone;
  /external/tcpdump/
util.c 173 s = (tvp->tv_sec + thiszone) % 86400;
211 s = (tvp->tv_sec + thiszone) % 86400;
212 Time = (tvp->tv_sec + thiszone) - s;
interface.h 111 extern int32_t thiszone; /* seconds offset from gmt to local time */
tcpdump.c 118 int32_t thiszone; /* seconds offset from gmt to local time */ variable
1146 thiszone = gmt2local(0);
    [all...]
  /external/libpcap/pcap/
pcap.h 128 bpf_int32 thiszone; /* gmt to local correction */ member in struct:pcap_file_header
  /external/qemu/net/
net-android.c 2012 int32_t thiszone; member in struct:pcap_file_hdr
    [all...]
net.c 1933 int32_t thiszone; member in struct:pcap_file_hdr
    [all...]

Completed in 276 milliseconds