Lines Matching defs:tlen
208 int i, j, tag, tlen, text;
253 for (i = 0; i + TAG_HDR_SIZE <= len; i += tlen) {
255 tlen = (packet->payload[i+2] << 8) + packet->payload[i+3];
256 if (i + tlen + TAG_HDR_SIZE > len)
303 if (tlen) {
306 for (j = 0; j < tlen; ++j) {
314 printer(arg, " %.*s", tlen, &packet->payload[i]);
316 for (j = 0; j < tlen && j < 32; j++)
318 if (j < tlen)
319 printer(arg, "... (length %d)", tlen);