Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A 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()
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()
507 if(IE_ISGOOD(src->calledsub)) in copy_msg_facility()
[all …]
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A 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
H A 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
H A Duni_ie.h34 struct uni_ie_calledsub calledsub; member
H A Duni_msg.c1437 if (!IE_ISPRESENT(out->calledsub[i])) { in decode_setup()
1438 out->calledsub[i].h = *hdr; in decode_setup()
2430 if (!IE_ISPRESENT(out->calledsub[i])) { in decode_add_party()
2431 out->calledsub[i].h = *hdr; in decode_add_party()
3571 if (!IE_ISPRESENT(out->calledsub[i])) { in decode_leaf_setup_req()
3572 out->calledsub[i].h = *hdr; in decode_leaf_setup_req()
3629 if(msg->calledsub.h.present & UNI_IE_PRESENT) in print_leaf_setup_fail()
3719 out->calledsub.h = *hdr; in decode_leaf_setup_fail()
3776 if(msg->calledsub.h.present & UNI_IE_PRESENT) in print_cobisetup()
3858 out->calledsub.h = *hdr; in decode_cobisetup()
[all …]
H A Die.def61 element calledsub 0x71 itu 25 access file=addr
H A Duni_ie.c2340 DEF_IE_PRINT(itu, calledsub) in DEF_IE_PRINT() argument
2348 DEF_IE_CHECK(itu, calledsub) in DEF_IE_CHECK() argument
2357 DEF_IE_ENCODE(itu, calledsub) in DEF_IE_ENCODE() argument
2359 START_IE(calledsub, UNI_IE_CALLEDSUB, 21); in DEF_IE_ENCODE()
2365 DEF_IE_DECODE(itu, calledsub) in DEF_IE_DECODE() argument
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A 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()
H A Dccpriv.h245 struct uni_ie_calledsub calledsub; member
H A Dcc_user.c467 memcpy(ptr, &conn->calledsub, len); in cc_attr_query()
730 memcpy(&conn->calledsub, ptr, len); in cc_attr_set()