/external/tcpdump/ |
D | print-radius.c | 341 } attr_type[]= variable 583 if (attr_type[attr_code].siz_subtypes) in print_attr_num() 587 table = attr_type[attr_code].subtypes; in print_attr_num() 602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 + in print_attr_num() 603 attr_type[attr_code].first_subtype) && in print_attr_num() 604 data_value >= attr_type[attr_code].first_subtype ) in print_attr_num() 844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print() 845 attr_string = attr_type[rad_attr->type].name; in radius_attrs_print() 869 if (rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print() 873 if ( attr_type[rad_attr->type].print_func ) in radius_attrs_print() [all …]
|
D | print-l2tp.c | 457 u_int16_t attr_type; in l2tp_avp_print() local 502 attr_type = EXTRACT_16BITS(ptr); ptr++; in l2tp_avp_print() 503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type)); in l2tp_avp_print() 508 switch (attr_type) { in l2tp_avp_print()
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 89 bta_gattc_attr_type[p_attr->attr_type], p_attr->property); in bta_gattc_display_cache_server() 379 p_attr->attr_type = type; in bta_gattc_add_attr_to_cache() 1074 … j + 1, p_attr->attr_handle, p_attr->p_uuid->uuid16, p_attr->inst_id, p_attr->attr_type); in bta_gattc_id2handle() 1097 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR_DESCR) in bta_gattc_id2handle() 1179 … j + 1, p_attr->attr_handle, p_attr->p_uuid->uuid16, p_attr->inst_id, p_attr->attr_type); in bta_gattc_handle2id() 1181 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR) in bta_gattc_handle2id() 1188 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR_DESCR) in bta_gattc_handle2id() 1271 tBTA_GATTC_ATTR_TYPE attr_type, in bta_gattc_find_record() argument 1303 p_attr->attr_type); in bta_gattc_find_record() 1312 (attr_type == p_attr->attr_type || in bta_gattc_find_record() [all …]
|
D | bta_gattc_int.h | 252 tBTA_GATTC_ATTR_TYPE attr_type; member
|
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_db.c | 398 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, in SDP_AddAttribute() argument 408 if ((attr_type == UINT_DESC_TYPE) || in SDP_AddAttribute() 409 (attr_type == TWO_COMP_INT_DESC_TYPE) || in SDP_AddAttribute() 410 (attr_type == UUID_DESC_TYPE) || in SDP_AddAttribute() 411 (attr_type == DATA_ELE_SEQ_DESC_TYPE) || in SDP_AddAttribute() 412 (attr_type == DATA_ELE_ALT_DESC_TYPE)) in SDP_AddAttribute() 424 handle,attr_id,attr_type,attr_len,p_val,num_array); in SDP_AddAttribute() 426 else if (attr_type == BOOLEAN_DESC_TYPE) in SDP_AddAttribute() 429 handle,attr_id,attr_type,attr_len,p_val,*p_val); in SDP_AddAttribute() 434 handle,attr_id,attr_type,attr_len,p_val,p_val); in SDP_AddAttribute() [all …]
|
D | sdp_discovery.c | 901 UINT16 attr_type; in add_attr() local 913 attr_type = (type >> 3) & 0x0f; in add_attr() 930 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12); in add_attr() 934 switch (attr_type) in add_attr() 994 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12); in add_attr()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | stun.cc | 163 uint16 attr_type, attr_length; in ValidateMessageIntegrity() local 165 attr_type = talk_base::GetBE16(&data[current_pos]); in ValidateMessageIntegrity() 166 attr_length = talk_base::GetBE16(&data[current_pos + sizeof(attr_type)]); in ValidateMessageIntegrity() 169 if (attr_type == STUN_ATTR_MESSAGE_INTEGRITY) { in ValidateMessageIntegrity() 179 current_pos += sizeof(attr_type) + sizeof(attr_length) + attr_length; in ValidateMessageIntegrity() 350 uint16 attr_type, attr_length; in Read() local 351 if (!buf->ReadUInt16(&attr_type)) in Read() 356 StunAttribute* attr = CreateAttribute(attr_type, attr_length); in Read()
|
/external/chromium_org/third_party/libXNVCtrl/ |
D | NVCtrl.c | 581 values->type = rep.attr_type; in XNVCTRLQueryValidTargetAttributeValues32() 582 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) { in XNVCTRLQueryValidTargetAttributeValues32() 586 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) { in XNVCTRLQueryValidTargetAttributeValues32() 632 values->type = rep.attr_type; in XNVCTRLQueryValidTargetStringAttributeValues() 671 values->type = rep.attr_type; in XNVCTRLQueryValidTargetAttributeValues64() 672 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) { in XNVCTRLQueryValidTargetAttributeValues64() 676 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) { in XNVCTRLQueryValidTargetAttributeValues64() 772 permissions->type = rep.attr_type; in QueryAttributePermissionsInternal()
|
D | nv_control.h | 326 INT32 attr_type B32; 340 INT32 attr_type B32; 364 INT32 attr_type B32;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | stun.cc | 170 uint16 attr_type, attr_length; in Read() local 171 if (!buf->ReadUInt16(&attr_type)) in Read() 176 StunAttribute* attr = StunAttribute::Create(attr_type, attr_length); in Read()
|
/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()
|
/external/bluetooth/bluedroid/stack/include/ |
D | sdp_api.h | 484 UINT8 attr_type, UINT32 attr_len,
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 248 UINT8 attr_type; member
|