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

  /src/external/bsd/libpcap/dist/
nametoaddr.c 711 if (! PCAP_ISXDIGIT(*s))
717 if (! PCAP_ISXDIGIT(*s))
742 PCAP_ISXDIGIT(s[0]) &&
743 PCAP_ISXDIGIT(s[1]) &&
744 PCAP_ISXDIGIT(s[2]) &&
745 PCAP_ISXDIGIT(s[3]) &&
746 PCAP_ISXDIGIT(s[4]) &&
747 PCAP_ISXDIGIT(s[5]) &&
748 PCAP_ISXDIGIT(s[6]) &&
749 PCAP_ISXDIGIT(s[7]) &
    [all...]
etherent.c 108 if (!PCAP_ISXDIGIT(c)) {
121 if (PCAP_ISXDIGIT(c)) {
pcap-int.h 180 #define PCAP_ISXDIGIT(c) \

Completed in 17 milliseconds