Home | History | Annotate | Download | only in racoon

Lines Matching refs:idlen

1918 	int idlen, type;
1927 idlen = iph1->id_p->l - sizeof(*id_b);
1937 if (idlen != name->l) {
1943 error = memcmp(id_b + 1, name->v, idlen);
1948 plogdump(LLV_DEBUG, id_b + 1, idlen);
1949 plogdump(LLV_DEBUG, name->v, idlen);
2014 error = memcmp(id_b + 1, a, idlen);
2020 plogdump(LLV_DEBUG, id_b + 1, idlen);
2021 plogdump(LLV_DEBUG, a, idlen);
2053 if (idlen != strlen(altname)) {
2067 error = memcmp(id_b + 1, altname, idlen);
2070 plogdump(LLV_DEBUG, id_b + 1, idlen);
2071 plogdump(LLV_DEBUG, altname, idlen);