Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/ngatm/netnatm/sig/
HDsig_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()
/NextBSD/sys/contrib/ngatm/netnatm/msg/
HDuni_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
HDuni_ie.h32 struct uni_ie_callingsub callingsub; member
HDmsg.def196 callingsub UNI_NUM_IE_CALLINGSUB
317 callingsub UNI_NUM_IE_CALLINGSUB
447 callingsub UNI_NUM_IE_CALLINGSUB
HDuni_msg.c1101 if(msg->callingsub[i].h.present & UNI_IE_PRESENT) in print_setup()
1102 uni_print_ie_internal(UNI_IE_CALLINGSUB, (union uni_ieall *)&msg->callingsub[i], cx); in print_setup()
1178 ret |= uni_check_ie(UNI_IE_CALLINGSUB, (union uni_ieall *)&m->callingsub[i], cx); in check_setup()
1284 if((p->callingsub[i].h.present & UNI_IE_PRESENT) && in encode_setup()
1285 uni_encode_ie(UNI_IE_CALLINGSUB, msg, (union uni_ieall *)&p->callingsub[i], cx)) in encode_setup()
1457 if (!IE_ISPRESENT(out->callingsub[i])) { in decode_setup()
1458 out->callingsub[i].h = *hdr; in decode_setup()
1461 … if(uni_decode_ie_body(UNI_IE_CALLINGSUB, (union uni_ieall *)&out->callingsub[i], msg, ielen, cx)) in decode_setup()
2212 if(msg->callingsub[i].h.present & UNI_IE_PRESENT) in print_add_party()
2213 uni_print_ie_internal(UNI_IE_CALLINGSUB, (union uni_ieall *)&msg->callingsub[i], cx); in print_add_party()
[all …]
HDie.def59 element callingsub 0x6d itu 25 access file=addr
HDuni_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
/NextBSD/sys/contrib/ngatm/netnatm/api/
HDcc_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()
HDccpriv.h256 struct uni_ie_callingsub callingsub; member
HDcc_user.c477 memcpy(ptr, &conn->callingsub, len); in cc_attr_query()
740 memcpy(&conn->callingsub, ptr, len); in cc_attr_set()