Searched refs:pcap_lookupdev (Results 1 – 5 of 5) sorted by relevance
396 PCAP_API char *pcap_lookupdev(char *)397 PCAP_DEPRECATED(pcap_lookupdev, "use 'pcap_findalldevs' and use the first device");
96 pcap_lookupdev.3 \
2129 device = pcap_lookupdev(ebuf); in main()
923 - Changed "pcap_lookupdev()" to dynamically grow the buffer into which1022 - Fixed pcap_lookupdev() to ignore nonexistent devices. This was
1491 pcap_lookupdev(char *errbuf) function