Home
last modified time | relevance | path

Searched refs:acn_findalldevs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-sita.h8 extern int acn_findalldevs(char *errbuf);
H A Dpcap-sita.c794 int acn_findalldevs(char *errbuf) { /* returns: -1 = error, 0 = OK */ in acn_findalldevs() function
1064 if (acn_findalldevs(errbuf)) /* then ask the IOPs for their monitorable devices */ in pcap_platform_finddevs()