Home
last modified time | relevance | path

Searched refs:dtl_repeat (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c209 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()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.h108 struct uni_ie_repeat dtl_repeat; member
170 struct uni_ie_repeat dtl_repeat; member
H A Duni_msg.c1145 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 …]