Lines Matching refs:obj_length

624 	guint16 obj_length, obj_trunc_length;  in dissect_mpls_extended_payload_object()  local
629 obj_length = tvb_get_ntohs(tvb, offset); in dissect_mpls_extended_payload_object()
632 MIN(obj_length, tvb_reported_length_remaining(tvb, offset)); in dissect_mpls_extended_payload_object()
666 guint16 obj_length, obj_trunc_length; in dissect_mpls_stack_entry_object() local
675 obj_length = tvb_get_ntohs(tvb, offset); in dissect_mpls_stack_entry_object()
678 MIN(obj_length, tvb_reported_length_remaining(tvb, offset)); in dissect_mpls_stack_entry_object()
765 guint16 obj_length, obj_trunc_length; in dissect_interface_information_object() local
778 obj_length = tvb_get_ntohs(tvb, offset); in dissect_interface_information_object()
781 MIN(obj_length, tvb_reported_length_remaining(tvb, offset)); in dissect_interface_information_object()
893 guint16 obj_length; in dissect_interface_identification_object() local
901 obj_length = tvb_get_ntohs(tvb, offset); in dissect_interface_identification_object()
918 …proto_tree_add_item(ext_object_tree, hf_icmp_int_ident_name_string, tvb, offset, obj_length - 4, E… in dissect_interface_identification_object()
961 guint16 obj_length, obj_trunc_length, checksum; in dissect_icmp_extension() local
1017 obj_length = tvb_get_ntohs(tvb, offset); in dissect_icmp_extension()
1020 MIN(obj_length, in dissect_icmp_extension()
1031 tvb, offset, 2, obj_length); in dissect_icmp_extension()
1041 if (obj_length < 4 /* Object header */ ) { in dissect_icmp_extension()
1106 if (obj_trunc_length < obj_length) { in dissect_icmp_extension()