Searched refs:attr_type (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | print-radius.c | 373 } attr_type[]= variable 626 if (attr_type[attr_code].siz_subtypes) in print_attr_num() 630 table = attr_type[attr_code].subtypes; in print_attr_num() 645 if ( data_value <= (uint32_t)(attr_type[attr_code].siz_subtypes - 1 + in print_attr_num() 646 attr_type[attr_code].first_subtype) && in print_attr_num() 647 data_value >= attr_type[attr_code].first_subtype ) in print_attr_num() 896 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print() 897 attr_string = attr_type[rad_attr->type].name; in radius_attrs_print() 921 if (rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print() 925 if ( attr_type[rad_attr->type].print_func ) in radius_attrs_print() [all …]
|
D | print-l2tp.c | 486 uint16_t attr_type; in l2tp_avp_print() local 531 attr_type = EXTRACT_16BITS(ptr); ptr++; in l2tp_avp_print() 532 ND_PRINT((ndo, "%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type))); in l2tp_avp_print() 537 switch (attr_type) { in l2tp_avp_print()
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.cc | 147 uint16_t attr_type, attr_length; in ValidateMessageIntegrity() local 149 attr_type = rtc::GetBE16(&data[current_pos]); in ValidateMessageIntegrity() 150 attr_length = rtc::GetBE16(&data[current_pos + sizeof(attr_type)]); in ValidateMessageIntegrity() 153 if (attr_type == STUN_ATTR_MESSAGE_INTEGRITY) { in ValidateMessageIntegrity() 163 current_pos += sizeof(attr_type) + sizeof(attr_length) + attr_length; in ValidateMessageIntegrity() 334 uint16_t attr_type, attr_length; in Read() local 335 if (!buf->ReadUInt16(&attr_type)) in Read() 340 StunAttribute* attr = CreateAttribute(attr_type, attr_length); in Read()
|
/external/autotest/tko/ |
D | job_serializer.py | 408 for attr, attr_type in objdict.iteritems(): 409 if attr_type == datetime: 418 self.set_attr_safely(pb_obj, attr, value, attr_type)
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/ |
D | mox.py | 318 attr_type = type(attr_to_replace) 320 if attr_type == MockAnything or attr_type == MockObject: 325 attr_type in self._USE_MOCK_OBJECT or 376 attr_type = type(attr_to_replace) 378 if attr_type == MockAnything or attr_type == MockObject:
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 692 unsigned int i, attr_type, val_len; in probe_ntfs() local 755 attr_type = blkid_le32(attr->type); in probe_ntfs() 765 if (attr_type == MFT_RECORD_ATTR_END) in probe_ntfs() 768 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) { in probe_ntfs()
|