Home
last modified time | relevance | path

Searched refs:calledsub (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
Dsig_unimsgcpy.c160 if(IE_ISGOOD(src->calledsub[s])) in copy_msg_setup()
161 dst->calledsub[d++] = src->calledsub[s]; in copy_msg_setup()
293 if(IE_ISGOOD(src->calledsub[s])) in copy_msg_add_party()
294 dst->calledsub[d++] = src->calledsub[s]; in copy_msg_add_party()
453 if(IE_ISGOOD(src->calledsub[s])) in copy_msg_leaf_setup_req()
454 dst->calledsub[d++] = src->calledsub[s]; in copy_msg_leaf_setup_req()
472 if(IE_ISGOOD(src->calledsub)) in copy_msg_leaf_setup_fail()
473 dst->calledsub = src->calledsub; in copy_msg_leaf_setup_fail()
490 if(IE_ISGOOD(src->calledsub)) in copy_msg_cobisetup()
491 dst->calledsub = src->calledsub; in copy_msg_cobisetup()
[all …]
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
Duni_msg.h85 struct uni_ie_calledsub calledsub[UNI_NUM_IE_CALLEDSUB]; member
157 struct uni_ie_calledsub calledsub[UNI_NUM_IE_CALLEDSUB]; member
234 struct uni_ie_calledsub calledsub[UNI_NUM_IE_CALLEDSUB]; member
244 struct uni_ie_calledsub calledsub; member
254 struct uni_ie_calledsub calledsub; member
264 struct uni_ie_calledsub calledsub; member
Dmsg.def194 calledsub UNI_NUM_IE_CALLEDSUB
315 calledsub UNI_NUM_IE_CALLEDSUB
449 calledsub UNI_NUM_IE_CALLEDSUB
467 calledsub
485 calledsub
503 calledsub
Duni_msg.c1096 if(msg->calledsub[i].h.present & UNI_IE_PRESENT) in print_setup()
1097 uni_print_ie_internal(UNI_IE_CALLEDSUB, (union uni_ieall *)&msg->calledsub[i], cx); in print_setup()
1174 ret |= uni_check_ie(UNI_IE_CALLEDSUB, (union uni_ieall *)&m->calledsub[i], cx); in check_setup()
1277 if((p->calledsub[i].h.present & UNI_IE_PRESENT) && in encode_setup()
1278 uni_encode_ie(UNI_IE_CALLEDSUB, msg, (union uni_ieall *)&p->calledsub[i], cx)) in encode_setup()
1437 if (!IE_ISPRESENT(out->calledsub[i])) { in decode_setup()
1438 out->calledsub[i].h = *hdr; in decode_setup()
1441 if(uni_decode_ie_body(UNI_IE_CALLEDSUB, (union uni_ieall *)&out->calledsub[i], msg, ielen, cx)) in decode_setup()
2207 if(msg->calledsub[i].h.present & UNI_IE_PRESENT) in print_add_party()
2208 uni_print_ie_internal(UNI_IE_CALLEDSUB, (union uni_ieall *)&msg->calledsub[i], cx); in print_add_party()
[all …]
Duni_ie.h34 struct uni_ie_calledsub calledsub; member
Die.def61 element calledsub 0x71 itu 25 access file=addr
Duni_ie.c2342 DEF_IE_PRINT(itu, calledsub) in DEF_IE_PRINT() argument
2350 DEF_IE_CHECK(itu, calledsub) in DEF_IE_CHECK() argument
2359 DEF_IE_ENCODE(itu, calledsub) in DEF_IE_ENCODE() argument
2361 START_IE(calledsub, UNI_IE_CALLEDSUB, 21); in DEF_IE_ENCODE()
2367 DEF_IE_DECODE(itu, calledsub) in DEF_IE_DECODE() argument
/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
Dcc_conn.c861 setup->setup.calledsub[0] = conn->calledsub; in cc_conn_sig_handle()
1323 conn->calledsub = ind->setup.calledsub[0]; in cc_conn_sig_handle()
Dccpriv.h245 struct uni_ie_calledsub calledsub; member
Dcc_user.c467 memcpy(ptr, &conn->calledsub, len); in cc_attr_query()
730 memcpy(&conn->calledsub, ptr, len); in cc_attr_set()