Searched refs:subobj_len (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-rsvp.c1199 int subobj_type,af,subobj_len,total_subobj_len; local
1215 * each iteration subobj_len may happen to be a multiple of 1
1220 subobj_len = EXTRACT_16BITS(obj_tptr);
1229 subobj_len));
1237 if(subobj_len < 4 || subobj_len > total_subobj_len)
1246 if (subobj_len < 8)
1252 if (subobj_len < 20)
1258 if (subobj_len) {
1267 if (subobj_len) {
[all...]
H A Dprint-lmp.c364 int subobj_type, subobj_len; local
374 subobj_len = EXTRACT_8BITS(obj_tptr + offset + 1);
380 subobj_len));
381 if (subobj_len < 4) {
385 if ((subobj_len % 4) != 0) {
389 if (total_subobj_len < subobj_len) {
426 total_subobj_len-=subobj_len;
427 offset+=subobj_len;

Completed in 80 milliseconds