Home | History | Annotate | Download | only in libpcap

Lines Matching refs:checkonly

733  * In case the function is called with 'checkonly' equal to 1, it does not copy
758 * \param checkonly: '1' if we do not want to copy data into the buffer and we
771 * In case of 'checkonly == 1', data is not copied, but 'offset' is updated in any case.
776 * \warning In case of 'checkonly', be carefully to call this function *before* copying
779 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int checkonly, char *errbuf, int errbuflen)
788 if (!checkonly)