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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c891 static int acn_read_n_bytes_with_timeout(pcap_t *handle, int count) { function
938 if (acn_read_n_bytes_with_timeout(handle, HEADER_SIZE) == -1) return 0; /* try to read a packet header in so we can get the sizeof the packet data */
946 if (acn_read_n_bytes_with_timeout(handle, pcap_header.caplen) == -1) return 0; /* then try to read in the rest of the data */

Completed in 99 milliseconds