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

/external/tcpdump/
H A Dprint-lmp.c362 int subobj_type, subobj_len; local
370 subobj_type = EXTRACT_8BITS(obj_tptr+offset);
375 subobj_type),
376 subobj_type,
390 switch(subobj_type) {
H A Dprint-rsvp.c1198 int subobj_type,af,subobj_len,total_subobj_len; local
1220 subobj_type = (EXTRACT_16BITS(obj_tptr+2))>>8;
1225 tok2str(rsvp_obj_generalized_uni_values, "Unknown", subobj_type),
1226 subobj_type,
1239 switch(subobj_type) {

Completed in 157 milliseconds