Searched refs:can_be_bound (Results 1 – 5 of 5) sorted by relevance
/external/libpcap/ |
D | pcap-nit.c | 375 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()
|
D | pcap-snoop.c | 426 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()
|
D | pcap-snit.c | 451 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()
|
D | pcap-pf.c | 526 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()
|
D | pcap-linux.c | 2529 can_be_bound(const char *name _U_) function 2542 if (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound) == -1)
|