Searched refs:user_ref (Results 1 – 1 of 1) sorted by relevance
1050 cbytes_t user_ref = smspdu_get_user_data_ref( pdu ); in smspdu_get_ref() local1052 if (user_ref != NULL) in smspdu_get_ref()1054 return user_ref[0]; in smspdu_get_ref()1074 cbytes_t user_ref = smspdu_get_user_data_ref( pdu ); in smspdu_get_max_index() local1076 if (user_ref != NULL) { in smspdu_get_max_index()1077 return user_ref[1]; in smspdu_get_max_index()1086 cbytes_t user_ref = smspdu_get_user_data_ref( pdu ); in smspdu_get_cur_index() local1088 if (user_ref != NULL) { in smspdu_get_cur_index()1089 return user_ref[2] - 1; in smspdu_get_cur_index()