HomeSort by: relevance | last modified time | path
    Searched refs:PCAP_ISDIGIT (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libpcap/dist/
fad-getad.c 211 while (PCAP_ISDIGIT(*q))
fad-gifc.c 403 while (PCAP_ISDIGIT(*q))
fad-glifc.c 320 while (PCAP_ISDIGIT(*q))
pcap-int.h 178 #define PCAP_ISDIGIT(c) \
pcap-dlpi.c 523 while (PCAP_ISDIGIT(*cq))
598 while (PCAP_ISDIGIT(*cq))
1689 if (!PCAP_ISDIGIT((unsigned char)*cp))
pcap-bpf.c 2401 if (PCAP_ISDIGIT((unsigned)osinfo.release[0]) &&
2403 PCAP_ISDIGIT((unsigned)osinfo.release[1]))) {
pcap.c 1053 (PCAP_ISDIGIT(name[2]) || name[2] == '\0'))

Completed in 23 milliseconds