Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap1.h215 char *pcap_lookupdev(char *);
Dinet.c548 pcap_lookupdev(errbuf) in pcap_lookupdev() function
675 pcap_lookupdev(errbuf) in pcap_lookupdev() function
Dpcap.h219 char *pcap_lookupdev(char *);
DCHANGES217 - Changed "pcap_lookupdev()" to dynamically grow the buffer into which
316 - Fixed pcap_lookupdev() to ignore nonexistent devices. This was
Dpcap-dos.c447 char *pcap_lookupdev (char *ebuf) in pcap_lookupdev() function
/external/tcpdump/
Dtcpdump.c871 device = pcap_lookupdev(ebuf); in main()