Lines Matching defs:tlen
629 int tlen;634 tlen = sizeof(*combuf) + buf->l;636 tlen = sizeof(*combuf);638 retbuf = racoon_calloc(1, tlen);646 combuf->ac_len = (u_int16_t) tlen;648 if (tlen != (u_int32_t) combuf->ac_len &&650 combuf->ac_len_high = tlen >> 16;660 tlen = send(so, retbuf, tlen, 0);662 if (tlen < 0) {