Searched refs:callingsub (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 165 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 D | uni_msg.h | 87 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 D | uni_ie.h | 32 struct uni_ie_callingsub callingsub; member
|
| H A D | msg.def | 196 callingsub UNI_NUM_IE_CALLINGSUB 317 callingsub UNI_NUM_IE_CALLINGSUB 447 callingsub UNI_NUM_IE_CALLINGSUB
|
| H A D | uni_msg.c | 1101 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 D | ie.def | 59 element callingsub 0x6d itu 25 access file=addr
|
| H A D | uni_ie.c | 2454 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 D | cc_conn.c | 868 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 D | ccpriv.h | 256 struct uni_ie_callingsub callingsub; member
|
| H A D | cc_user.c | 477 memcpy(ptr, &conn->callingsub, len); in cc_attr_query() 740 memcpy(&conn->callingsub, ptr, len); in cc_attr_set()
|