Lines Matching full:idlen
1797 int idlen, type;
1809 idlen = iph1->id_p->l - sizeof(*id_b);
1819 if (idlen != name->l) {
1825 error = memcmp(id_b + 1, name->v, idlen);
1829 plogdump(LLV_DEBUG, id_b + 1, idlen);
1830 plogdump(LLV_DEBUG, name->v, idlen);
1899 error = memcmp(id_b + 1, a, idlen);
1905 plogdump(LLV_DEBUG, id_b + 1, idlen);
1906 plogdump(LLV_DEBUG, a, idlen);
1939 if (idlen != strlen(altname)) {
1953 error = memcmp(id_b + 1, altname, idlen);
1956 plogdump(LLV_DEBUG, id_b + 1, idlen);
1957 plogdump(LLV_DEBUG, altname, idlen);