OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thiszone
(Results
1 - 7
of
7
) sorted by null
/external/libpcap/
savefile.c
854
sf_write_header(FILE *fp, int linktype, int
thiszone
, int snaplen)
862
hdr.
thiszone
=
thiszone
;
878
hp->
thiszone
= SWAPLONG(hp->
thiszone
);
1045
p->tzoff = hdr.
thiszone
;
[
all
...]
pcap.h
117
bpf_int32
thiszone
; /* gmt to local correction */
member in struct:pcap_file_header
/external/tcpdump/
util.c
156
s = (tvp->tv_sec +
thiszone
) % 86400;
191
s = (tvp->tv_sec +
thiszone
) % 86400;
192
Time = (tvp->tv_sec +
thiszone
) - s;
interface.h
117
extern int32_t
thiszone
; /* seconds offset from gmt to local time */
tcpdump.c
101
int32_t
thiszone
; /* seconds offset from gmt to local time */
variable
803
thiszone
= gmt2local(0);
[
all
...]
/external/qemu/
net-android.c
2037
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 280 milliseconds