Home | History | Annotate | Download | only in racoon

Lines Matching full:tlen

1423 	int tlen, plen;
1442 tlen = len;
1445 while (0 < tlen && np != ISAKMP_NPTYPE_NONE) {
1446 if (tlen <= sizeof(struct isakmp_gen)) {
1459 if (p->len < sizeof(struct isakmp_gen) || p->len > tlen) {
1487 tlen -= plen;
1507 int tlen;
1513 tlen = buf->l - sizeof(struct isakmp);
1514 result = isakmp_parsewoh(np, gen, tlen);
2404 int tlen;
2407 tlen = sizeof(*data) + len;
2411 buf = vrealloc(buf0, oldlen + tlen);
2413 buf = vmalloc(tlen);
2437 int tlen;
2440 tlen = sizeof(*data);
2444 buf = vrealloc(buf0, oldlen + tlen);
2446 buf = vmalloc(tlen);
2974 size_t tlen = sizeof (struct isakmp), n = 0;
2984 tlen += ptr->payload->l + sizeof (struct isakmp_gen);
2988 buf = vmalloc(tlen);