HomeSort by relevance Sort by last modified time
    Searched defs:mDNSIsDigit (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSCore/
DNSCommon.h 104 #define mDNSIsDigit(X) ((X) >= '0' && (X) <= '9')
109 #define mDNSValidHostChar(X, notfirst, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((notfirst) && (notlast) && (X) == '-') )
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 51 #define mDNSIsDigit(X) ((X) >= '0' && (X) <= '9')
62 if (mDNSIsDigit(dom[1]) && mDNSIsDigit(dom[2]) && mDNSIsDigit(dom[3]))

Completed in 101 milliseconds