Searched refs:pcap_lookupdev (Results 1 – 9 of 9) sorted by relevance
306 pcap_lookupdev = _lib.pcap_lookupdev variable307 pcap_lookupdev.restype = STRING308 pcap_lookupdev.argtypes = [STRING]
326 PCAP_API char *pcap_lookupdev(char *)327 PCAP_DEPRECATED(pcap_lookupdev, "use 'pcap_findalldevs' and use the first device");
490 char *pcap_lookupdev (char *ebuf) in pcap_lookupdev() function
197 pcap_lookupdev.3pcap \
1817 pcap_lookupdev(char *errbuf) in pcap_lookupdev() function
643 - Changed "pcap_lookupdev()" to dynamically grow the buffer into which742 - Fixed pcap_lookupdev() to ignore nonexistent devices. This was
1257 pcap_lookupdev(char *errbuf)
2108 pcap_lookupdev.3pcap
1661 device = pcap_lookupdev(ebuf); in main()