Home
last modified time | relevance | path

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

/external/libpcap/
Dinet.c234 char our_errbuf[PCAP_ERRBUF_SIZE+1]; local
276 pcap_win32_err_to_str(GetLastError(), our_errbuf);
278 "PacketGetAdapterNames: %s", our_errbuf);
Dpcap-win32.c1426 char our_errbuf[PCAP_ERRBUF_SIZE+1]; in pcap_platform_finddevs() local
1452 pcap_win32_err_to_str(last_error, our_errbuf); in pcap_platform_finddevs()
1454 "PacketGetAdapterNames: %s", our_errbuf); in pcap_platform_finddevs()
1473 pcap_win32_err_to_str(GetLastError(), our_errbuf); in pcap_platform_finddevs()
1475 our_errbuf); in pcap_platform_finddevs()