Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:MAX_DOMAIN_NAME

374 #define MAX_DOMAIN_NAME 256
2286 if (len__ <= MAX_DOMAIN_NAME) mDNSPlatformMemCopy((DST)->c, (SRC)->c, len__); else (DST)->c[0] = 0; } while(0)
2307 #define DomainNameLength(name) DomainNameLengthLimit((name), (name)->c + MAX_DOMAIN_NAME)