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

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-sita.c924 static int acn_read_n_bytes_with_timeout(pcap_t *handle, int count) { function
971 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 */
979 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 130 milliseconds