OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capture_file
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
tcpdump.c
19
static FILE*
capture_file
;
variable
28
fclose(
capture_file
);
85
capture_file
= fopen(filepath, "wb");
86
if (
capture_file
== NULL)
89
if (pcap_write_header(
capture_file
) < 0)
107
fclose(
capture_file
);
108
capture_file
= NULL;
134
fwrite( &h, sizeof(h), 1,
capture_file
);
135
fwrite( base, 1, len2,
capture_file
);
Completed in 41 milliseconds