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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-lmp.c371 int offset,subobj_type,subobj_len,total_subobj_len; local
591 subobj_type = EXTRACT_16BITS(obj_tptr+offset)>>8;
596 subobj_type),
597 subobj_type,
599 switch(subobj_type) {
H A Dprint-rsvp.c1170 int subobj_type,af,subobj_len,total_subobj_len; local
1181 subobj_type = (EXTRACT_16BITS(obj_tptr+2))>>8;
1186 tok2str(rsvp_obj_generalized_uni_values, "Unknown", subobj_type),
1187 subobj_type,
1191 switch(subobj_type) {

Completed in 59 milliseconds