Home
last modified time | relevance | path

Searched refs:pcap_lookupdev (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/libpcap/pcap/
HDpcap.h396 PCAP_API char *pcap_lookupdev(char *)
397 PCAP_DEPRECATED(pcap_lookupdev, "use 'pcap_findalldevs' and use the first device");
/dragonfly/lib/libpcap/
HDMakefile96 pcap_lookupdev.3 \
/dragonfly/contrib/tcpdump/
HDtcpdump.c2129 device = pcap_lookupdev(ebuf); in main()
/dragonfly/contrib/libpcap/
HDCHANGES923 - Changed "pcap_lookupdev()" to dynamically grow the buffer into which
1022 - Fixed pcap_lookupdev() to ignore nonexistent devices. This was
HDpcap.c1491 pcap_lookupdev(char *errbuf) function