Home
last modified time | relevance | path

Searched refs:blen0 (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c1749 …nsmatch(const char *__counted_by(alen0)a0, int alen0, const char *__counted_by(blen0)b0, int blen0) in ni6_dnsmatch() argument
1755 if (alen0 == blen0 && bcmp(a, b, alen0) == 0) { in ni6_dnsmatch()
1760 if (alen0 < 2 || blen0 < 2) { in ni6_dnsmatch()
1763 if (a0[alen0 - 1] != '\0' || b0[blen0 - 1] != '\0') { in ni6_dnsmatch()
1768 const int blen = blen0 - 1; in ni6_dnsmatch()