Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c165 if(IE_ISGOOD(src->callingsub[s])) in copy_msg_setup()
166 dst->callingsub[d++] = src->callingsub[s]; in copy_msg_setup()
298 if(IE_ISGOOD(src->callingsub[s])) in copy_msg_add_party()
299 dst->callingsub[d++] = src->callingsub[s]; in copy_msg_add_party()
448 if(IE_ISGOOD(src->callingsub[s])) in copy_msg_leaf_setup_req()
449 dst->callingsub[d++] = src->callingsub[s]; in copy_msg_leaf_setup_req()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.h87 struct uni_ie_callingsub callingsub[UNI_NUM_IE_CALLINGSUB]; member
159 struct uni_ie_callingsub callingsub[UNI_NUM_IE_CALLINGSUB]; member
232 struct uni_ie_callingsub callingsub[UNI_NUM_IE_CALLINGSUB]; member
H A Duni_ie.h32 struct uni_ie_callingsub callingsub; member
H A Dmsg.def196 callingsub UNI_NUM_IE_CALLINGSUB
317 callingsub UNI_NUM_IE_CALLINGSUB
447 callingsub UNI_NUM_IE_CALLINGSUB
H A Duni_msg.c1101 if(msg->callingsub[i].h.present & UNI_IE_PRESENT) in print_setup()
1284 if((p->callingsub[i].h.present & UNI_IE_PRESENT) && in encode_setup()
1457 if (!IE_ISPRESENT(out->callingsub[i])) { in decode_setup()
1458 out->callingsub[i].h = *hdr; in decode_setup()
2212 if(msg->callingsub[i].h.present & UNI_IE_PRESENT) in print_add_party()
2335 if((p->callingsub[i].h.present & UNI_IE_PRESENT) && in encode_add_party()
2450 if (!IE_ISPRESENT(out->callingsub[i])) { in decode_add_party()
2451 out->callingsub[i].h = *hdr; in decode_add_party()
3438 if(msg->callingsub[i].h.present & UNI_IE_PRESENT) in print_leaf_setup_req()
3551 if (!IE_ISPRESENT(out->callingsub[i])) { in decode_leaf_setup_req()
[all …]
H A Die.def59 element callingsub 0x6d itu 25 access file=addr
H A Duni_ie.c2454 DEF_IE_PRINT(itu, callingsub) in DEF_IE_PRINT() argument
2462 DEF_IE_CHECK(itu, callingsub) in DEF_IE_CHECK() argument
2471 DEF_IE_ENCODE(itu, callingsub) in DEF_IE_ENCODE() argument
2473 START_IE(callingsub, UNI_IE_CALLINGSUB, 21); in DEF_IE_ENCODE()
2479 DEF_IE_DECODE(itu, callingsub) in DEF_IE_DECODE() argument
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_conn.c868 setup->setup.callingsub[0] = conn->callingsub; in cc_conn_sig_handle()
1330 conn->callingsub = ind->setup.callingsub[0]; in cc_conn_sig_handle()
H A Dccpriv.h256 struct uni_ie_callingsub callingsub; member
H A Dcc_user.c477 memcpy(ptr, &conn->callingsub, len); in cc_attr_query()
740 memcpy(&conn->callingsub, ptr, len); in cc_attr_set()