Searched refs:acn_read_n_bytes_with_timeout (Results 1 – 1 of 1) sorted by relevance
919 static int acn_read_n_bytes_with_timeout(pcap_t *handle, int count) { in acn_read_n_bytes_with_timeout() function966 …if (acn_read_n_bytes_with_timeout(handle, HEADER_SIZE) == -1) return 0; /* try to read a packet … in pcap_read_acn()974 …if (acn_read_n_bytes_with_timeout(handle, pcap_header.caplen) == -1) return 0; /* then try to read… in pcap_read_acn()