OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thiszone
(Results
1 - 8
of
8
) 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
;
pcap-sita.html
806
If this timestamp isn't based on GMT (UTC), use <em>
thiszone
</em>
[
all
...]
/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 1179 milliseconds