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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-lmp.c364 int subobj_type, subobj_len; local
373 subobj_type = EXTRACT_8BITS(obj_tptr + offset);
378 subobj_type),
379 subobj_type,
393 switch(subobj_type) {
H A Dprint-rsvp.c1199 int subobj_type,af,subobj_len,total_subobj_len; local
1221 subobj_type = (EXTRACT_16BITS(obj_tptr+2))>>8;
1226 tok2str(rsvp_obj_generalized_uni_values, "Unknown", subobj_type),
1227 subobj_type,
1240 switch(subobj_type) {

Completed in 399 milliseconds