Home
last modified time | relevance | path

Searched refs:uni_enq_call (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_coord.c446 uni_enq_call(c, SIGC_SETUP, 0, m, u); in input_unknown()
504 uni_enq_call(c, SIGC_COBISETUP, 0, m, u); in input_unknown()
563 uni_enq_call(c, SIGC_CALL_PROC, 0, m, u); in input_call()
567 uni_enq_call(c, SIGC_ALERTING, 0, m, u); in input_call()
571 uni_enq_call(c, SIGC_RELEASE, 0, m, u); in input_call()
579 uni_enq_call(c, SIGC_CONNECT, 0, m, u); in input_call()
587 uni_enq_call(c, SIGC_NOTIFY, 0, m, u); in input_call()
591 uni_enq_call(c, SIGC_STATUS, 0, m, u); in input_call()
599 uni_enq_call(c, SIGC_ADD_PARTY, 0, m, u); in input_call()
623 uni_enq_call(c, SIGC_UNKNOWN, 0, m, u); in input_call()
[all …]
H A Dsig_party.c174 uni_enq_call(p->call, SIGC_PARTY_DESTROYED, 0, api, NULL); in uni_destroy_party()
314 uni_enq_call(p->call, SIGC_SEND_ADD_PARTY_REJ, cookie, NULL, rej); in pun2_add_party_rej_request()
534 uni_enq_call(p->call, SIGC_DROP_PARTY_ACK_indication, in punx_drop_party_ack()
572 uni_enq_call(p->call, SIGC_DROP_PARTY_indication, 0, api, NULL); in punx_drop_party()
670 uni_enq_call(p->call, SIGC_DROP_PARTY_ACK_indication, in pun5_t398()
683 uni_enq_call(p->call, SIGC_SEND_DROP_PARTY_ACK, 0, NULL, drop); in pun5_t398()
741 uni_enq_call(p->call, SIGC_SEND_DROP_PARTY, 0, NULL, drop); in drop_partyE()
772 uni_enq_call(p->call, SIGC_SEND_DROP_PARTY, cookie, NULL, drop); in punx_drop_party_request()
828 uni_enq_call(p->call, SIGC_SEND_STATUS_ENQ, cookie, NULL, enq); in punx_status_enquiry_request()
852 uni_enq_call(p->call, SIGC_DROP_PARTY_ACK_indication, in punx_status()
[all …]
H A Dsig_call.c246 uni_enq_call(c, SIGC_CALL_DELETE, 0, NULL, NULL); in uni_destroy_call()
4227 uni_enq_call(c, SIGC_T308, 0, NULL, NULL); in t308_func()
4232 uni_enq_call(c, SIGC_T303, 0, NULL, NULL); in t303_func()
4237 uni_enq_call(c, SIGC_T301, 0, NULL, NULL); in t301_func()
4242 uni_enq_call(c, SIGC_T310, 0, NULL, NULL); in t310_func()
4247 uni_enq_call(c, SIGC_T313, 0, NULL, NULL); in t313_func()
4253 uni_enq_call(c, SIGC_T322, 0, NULL, NULL); in t322_func()
H A Dunipriv.h438 #define uni_enq_call(CALL, SIG, COOKIE, MSG, U) do { \ macro