Home
last modified time | relevance | path

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

/aosp_15_r20/external/libpcap/
H A Dpcap-sita.c919 static int acn_read_n_bytes_with_timeout(pcap_t *handle, int count) { in acn_read_n_bytes_with_timeout() function
966 …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()