Home | History | Annotate | Download | only in sdp

Lines Matching refs:attr_type

867     UINT16          attr_type;
879 attr_type = (type >> 3) & 0x0f;
896 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
900 switch (attr_type)
960 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
1046 default: /* switch (attr_type) */