Home
last modified time | relevance | path

Searched refs:bufferToFile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libpcap/testprogs/fuzz/
H A Dfuzz_pcap.c10 static int bufferToFile(const char * name, const uint8_t *Data, size_t Size) { in bufferToFile() function
55 if (bufferToFile("/tmp/fuzz.pcap", Data, Size) < 0) { in LLVMFuzzerTestOneInput()
H A Dfuzz_both.c11 static int bufferToFile(const char * name, const uint8_t *Data, size_t Size) { in bufferToFile() function
67 if (bufferToFile("/tmp/fuzz.pcap", Data+1+filterSize, Size-(1+filterSize)) < 0) { in LLVMFuzzerTestOneInput()