HomeSort by relevance Sort by last modified time
    Searched full:read_client_nbytes (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
pcap-sita.c 178 static int read_client_nbytes(int fd, int count, unsigned char *buf) { function
811 if (read_client_nbytes(handle->fd, sizeof(buf), buf) == -1) return -1; /* try reading the required bytes */
    [all...]

Completed in 76 milliseconds