Searched refs:segment_value (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | long_string_dictionary.cc | 87 char segment_value[value_size]; in SetKeyValue() local 104 strncpy(segment_value, remain_value, segment_value_length); in SetKeyValue() 105 segment_value[segment_value_length] = '\0'; in SetKeyValue() 110 SimpleStringDictionary::SetKeyValue(segment_key, segment_value); in SetKeyValue() 164 const char* segment_value = in GetValueForKey() local 167 if (segment_value != NULL) { in GetValueForKey() 169 return_value.append(segment_value); in GetValueForKey()
|
/aosp_15_r20/external/scapy/scapy/contrib/ |
H A D | bgp.uts | 414 raw(BGPPAASPath(segments = [BGPPAASPath.ASPathSegment(segment_type = 2, segment_value = [64496, 644… 417 raw(BGPPAASPath(segments = [BGPPAASPath.ASPathSegment(segment_type = 1, segment_value = [64496, 644… 420 …thSegment(segment_type = 1, segment_value = [64496, 64497, 64498]), BGPPAASPath.ASPathSegment(segm… 424 …ent_type == 2 and a.segments[0].segment_length == 3 and a.segments[0].segment_value == [64496, 644… 428 …[0].segment_value == [64496, 64497, 64498] and a.segments[1].segment_type == 2 and a.segments[1].s… 596 …= BGPPAASPath(segments = [BGPPAASPath.ASPathSegment(segment_type = 2, segment_value = [64501, 6450… 626 assert(m.path_attr[1].attribute.segments[0].segment_value == [64506])
|
H A D | bgp.py | 1167 segment_len = len(self.segment_value) 1196 segment_len = len(self.segment_value) 1935 segment_len = len(self.segment_value)
|