Searched refs:PCAP_ISDIGIT (Results 1 – 8 of 8) sorted by relevance
192 while (PCAP_ISDIGIT(*q)) in pcap_findalldevs_interfaces()
313 while (PCAP_ISDIGIT(*q)) in pcap_findalldevs_interfaces()
396 while (PCAP_ISDIGIT(*q)) in pcap_findalldevs_interfaces()
134 #define PCAP_ISDIGIT(c) \ macro
367 if ((len < 1) || !PCAP_ISDIGIT(name[--len])) in usb_findalldevs()369 while (PCAP_ISDIGIT(name[--len])); in usb_findalldevs()
2310 if (PCAP_ISDIGIT((unsigned)osinfo.release[0]) &&2312 PCAP_ISDIGIT((unsigned)osinfo.release[1]))) {
1548 if (!PCAP_ISDIGIT((unsigned char)*cp))
1033 (PCAP_ISDIGIT(name[2]) || name[2] == '\0'))