Lines Matching defs:tlen
171 u_int tlen;
207 tlen=GET_BE_U_2(lwapp_trans_header->length);
215 tlen);
224 while(tlen!=0) {
228 if (tlen < sizeof(struct lwapp_control_header)) {
235 if (tlen < sizeof(struct lwapp_control_header) + msg_tlen) {
290 tlen -= sizeof(struct lwapp_control_header) + msg_tlen;
304 u_int tlen;
336 tlen=GET_BE_U_2(lwapp_trans_header->length);
337 if (tlen < sizeof(struct lwapp_transport_header)) {
343 tlen);
353 tlen);
356 tlen-=sizeof(struct lwapp_transport_header);
359 print_unknown_data(ndo, tptr, "\n\t", tlen);