Searched refs:dtl_repeat (Results 1 – 3 of 3) sorted by relevance
209 if(IE_ISGOOD(src->dtl_repeat)) in copy_msg_setup()210 dst->dtl_repeat = src->dtl_repeat; in copy_msg_setup()322 if(IE_ISGOOD(src->dtl_repeat)) in copy_msg_add_party()323 dst->dtl_repeat = src->dtl_repeat; in copy_msg_add_party()
108 struct uni_ie_repeat dtl_repeat; member170 struct uni_ie_repeat dtl_repeat; member
1145 if(msg->dtl_repeat.h.present & UNI_IE_PRESENT) in print_setup()1226 ret |= IE_ISPRESENT(m->dtl_repeat); in check_setup()1228 ret |= uni_check_ie(UNI_IE_REPEAT, (union uni_ieall *)&m->dtl_repeat, cx); in check_setup()1349 if((p->dtl_repeat.h.present & UNI_IE_PRESENT) && in encode_setup()1350 uni_encode_ie(UNI_IE_DTL, msg, (union uni_ieall *)&p->dtl_repeat, cx)) in encode_setup()1653 out->dtl_repeat = cx->repeat; in decode_setup()2236 if(msg->dtl_repeat.h.present & UNI_IE_PRESENT) in print_add_party()2292 ret |= IE_ISPRESENT(m->dtl_repeat); in check_add_party()2370 if((p->dtl_repeat.h.present & UNI_IE_PRESENT) && in encode_add_party()2371 uni_encode_ie(UNI_IE_DTL, msg, (union uni_ieall *)&p->dtl_repeat, cx)) in encode_add_party()[all …]