Searched refs:MK_MSG_ORIG (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_party.c | 248 MK_MSG_ORIG(add, UNI_ADD_PARTY, p->call->cref, !p->call->mine); in pun0_add_party_request() 281 MK_MSG_ORIG(ack, UNI_ADD_PARTY_ACK, p->call->cref, !p->call->mine); in punx_add_party_ack_request() 313 MK_MSG_ORIG(rej, UNI_ADD_PARTY_REJ, p->call->cref, !p->call->mine); in pun2_add_party_rej_request() 367 MK_MSG_ORIG(alert, UNI_PARTY_ALERTING, in pun2_party_alerting_request() 678 MK_MSG_ORIG(drop, UNI_DROP_PARTY_ACK, in pun5_t398() 738 MK_MSG_ORIG(drop, UNI_DROP_PARTY, p->call->cref, !p->call->mine); in drop_partyE() 771 MK_MSG_ORIG(drop, UNI_DROP_PARTY, p->call->cref, !p->call->mine); in punx_drop_party_request() 799 MK_MSG_ORIG(ack, UNI_DROP_PARTY_ACK, p->call->cref, !p->call->mine); in pun6_drop_party_ack_request() 827 MK_MSG_ORIG(enq, UNI_STATUS_ENQ, p->call->cref, !p->call->mine); in punx_status_enquiry_request()
|
| H A D | sig_reset.c | 158 MK_MSG_ORIG(resp, UNI_RESTART, 0, 0); in start_request() 228 MK_MSG_ORIG(resp, UNI_RESTART, 0, 0); in start_t316() 519 MK_MSG_ORIG(resp, UNI_RELEASE_COMPL, c->cref, c->mine); in restart_forward() 659 MK_MSG_ORIG(resp, UNI_STATUS, 0, 1); in response_error() 708 MK_MSG_ORIG(resp, UNI_RESTART_ACK, 0, 1); in response_response()
|
| H A D | sig_call.c | 337 MK_MSG_ORIG(rel, UNI_RELEASE, c->cref, !c->mine); in clear_callD() 528 MK_MSG_ORIG(out, UNI_SETUP, c->cref, !c->mine); in un0_setup_request() 652 MK_MSG_ORIG(msg, UNI_SETUP, c->cref, !c->mine); in u1n6_t303() 849 MK_MSG_ORIG(msg, UNI_CALL_PROC, c->cref, !c->mine); in u6n1_proceeding_request() 895 MK_MSG_ORIG(msg, UNI_ALERTING, c->cref, !c->mine); in unx_alerting_request() 963 MK_MSG_ORIG(msg, UNI_CONNECT, c->cref, !c->mine); in unx_setup_response() 1006 MK_MSG_ORIG(msg, UNI_CONNECT_ACK, c->cref, !c->mine); in n8_setup_compl_request() 1561 MK_MSG_ORIG(msg, UNI_NOTIFY, c->cref, !c->mine); in unx_notify_request() 1609 MK_MSG_ORIG(msg, UNI_RELEASE, c->cref, !c->mine); in unx_release_request() 1661 MK_MSG_ORIG(msg, UNI_RELEASE, c->cref, !c->mine); in u11n12_t308() [all …]
|
| H A D | unimkmsg.h | 34 #define MK_MSG_ORIG(MSG,TYPE,CREF,FLAG) \ macro
|