Searched refs:read_client_nbytes (Results 1 – 1 of 1) sorted by relevance
178 static int read_client_nbytes(int fd, int count, unsigned char *buf) { in read_client_nbytes() function828 …if (read_client_nbytes(handle->fd, sizeof(buf), buf) == -1) return -1; /* try reading the required… in pcap_stats_acn()