Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-sita.c178 static int read_client_nbytes(int fd, int count, unsigned char *buf) { in read_client_nbytes() function
828 …if (read_client_nbytes(handle->fd, sizeof(buf), buf) == -1) return -1; /* try reading the required… in pcap_stats_acn()