Searched refs:our_errbuf (Results 1 – 1 of 1) sorted by relevance
1687 char our_errbuf[PCAP_ERRBUF_SIZE+1]; in pcap_platform_finddevs() local1713 pcap_win32_err_to_str(last_error, our_errbuf); in pcap_platform_finddevs()1715 "PacketGetAdapterNames: %s", our_errbuf); in pcap_platform_finddevs()1730 pcap_win32_err_to_str(GetLastError(), our_errbuf); in pcap_platform_finddevs()1732 our_errbuf); in pcap_platform_finddevs()1821 char our_errbuf[PCAP_ERRBUF_SIZE+1]; in pcap_lookupdev() local1863 pcap_win32_err_to_str(GetLastError(), our_errbuf); in pcap_lookupdev()1865 "PacketGetAdapterNames: %s", our_errbuf); in pcap_lookupdev()