Lines Matching refs:l2
374 mDNSu16 l2 = DomainNameLength(d2);375 return(l1 <= MAX_DOMAIN_NAME && l1 == l2 && mDNSPlatformMemSame(d1, d2, l1));