Home
last modified time | relevance | path

Searched refs:files_sendToSocket (Results 1 – 3 of 3) sorted by relevance

/external/honggfuzz/libhfcommon/
Dfiles.h53 bool files_sendToSocket(int fd, const uint8_t* buf, size_t fileSz);
Dfiles.c181 bool files_sendToSocket(int fd, const uint8_t* buf, size_t fileSz) { in files_sendToSocket() function
/external/honggfuzz/libhfnetdriver/
Dnetdriver.c323 if (!files_sendToSocket(sock, buf, len)) { in LLVMFuzzerTestOneInput()