Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-nit.c375 can_be_bound(const char *name _U_) in can_be_bound() function
383 return (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound)); in pcap_platform_finddevs()
Dpcap-snoop.c426 can_be_bound(const char *name _U_) in can_be_bound() function
434 return (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound)); in pcap_platform_finddevs()
Dpcap-snit.c451 can_be_bound(const char *name _U_) in can_be_bound() function
459 return (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound)); in pcap_platform_finddevs()
Dpcap-pf.c526 can_be_bound(const char *name _U_) in can_be_bound() function
534 return (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound)); in pcap_platform_finddevs()
Dpcap-linux.c2529 can_be_bound(const char *name _U_) function
2542 if (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound) == -1)