Searched refs:read_client_nbytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c183 static int read_client_nbytes(int fd, int count, unsigned char *buf) { function
795 if (read_client_nbytes(handle->fd, sizeof(buf), buf) == -1) return -1; /* try reading the required bytes */

Completed in 100 milliseconds