Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
HDsig_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()
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
HDuni_msg.h108 struct uni_ie_repeat dtl_repeat; member
170 struct uni_ie_repeat dtl_repeat; member
HDuni_msg.c1145 if(msg->dtl_repeat.h.present & UNI_IE_PRESENT) in print_setup()
1146 uni_print_ie_internal(UNI_IE_REPEAT, (union uni_ieall *)&msg->dtl_repeat, cx); 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()
2237 uni_print_ie_internal(UNI_IE_REPEAT, (union uni_ieall *)&msg->dtl_repeat, cx); in print_add_party()
2292 ret |= IE_ISPRESENT(m->dtl_repeat); in check_add_party()
[all …]