Searched refs:pcap_error (Results 1 – 1 of 1) sorted by relevance
108 char pcap_error[PCAP_ERRBUF_SIZE]; in com_android_server_ApfTest_compareBpfApf() local109 ScopedPcap bpf_pcap(pcap_fopen_offline(bpf_fp.get(), pcap_error)); in com_android_server_ApfTest_compareBpfApf()111 throwException(env, "pcap_fopen_offline failed: " + std::string(pcap_error)); in com_android_server_ApfTest_compareBpfApf()117 ScopedPcap apf_pcap(pcap_fopen_offline(apf_fp.get(), pcap_error)); in com_android_server_ApfTest_compareBpfApf()119 throwException(env, "pcap_fopen_offline failed: " + std::string(pcap_error)); in com_android_server_ApfTest_compareBpfApf()