Searched refs:total_subobj_len (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-lmp.c361 int total_subobj_len, int offset)
371 while (total_subobj_len > 0 && hexdump == FALSE ) {
389 if (total_subobj_len < subobj_len) {
426 total_subobj_len-=subobj_len;
360 lmp_print_data_link_subobjs(netdissect_options *ndo, const u_char *obj_tptr, int total_subobj_len, int offset) argument
H A Dprint-rsvp.c1199 int subobj_type,af,subobj_len,total_subobj_len; local
1207 total_subobj_len = obj_tlen;
1208 while(total_subobj_len > 0) {
1212 * better to test total_subobj_len only once before the loop.
1216 * and test it and total_subobj_len respectively.
1218 if (total_subobj_len < 4)
1237 if(subobj_len < 4 || subobj_len > total_subobj_len)
1299 total_subobj_len-=subobj_len;
1304 if (total_subobj_len) {

Completed in 67 milliseconds