Home
last modified time | relevance | path

Searched refs:uni_enq_party (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_call.c448 uni_enq_party(p, SIGP_SETUP, 0, NULL, NULL); in un0_setup()
678 uni_enq_party(TAILQ_FIRST(&c->parties), in u1n6_t303()
883 uni_enq_party(TAILQ_FIRST(&c->parties), in unx_alerting_request()
1001 uni_enq_party(p, SIGP_SETUP_COMPL_request, in n8_setup_compl_request()
1228 uni_enq_party(p, SIGP_CONNECT_ACK, in u8_connect_ack()
1309 uni_enq_party(p, SIGP_RELEASE_response, in unx_release_response()
1860 uni_enq_party(p, SIGP_RELEASE_COMPL, in unx_status()
1904 uni_enq_party(p, SIGP_STATUS, 0, m, u); in unx_status()
2098 uni_enq_party(p, SIGP_RELEASE_COMPL, in un10_link_release_indication()
2781 uni_enq_party(p, SIGP_ADD_PARTY, 0, m, u); in unx_add_party()
[all …]
H A Dsig_party.c177 uni_enq_party(p, SIGP_PARTY_DELETE, 0, NULL, NULL); in uni_destroy_party()
1326 uni_enq_party(p, SIGP_T397, 0, NULL, NULL); in t397_func()
1331 uni_enq_party(p, SIGP_T398, 0, NULL, NULL); in t398_func()
1336 uni_enq_party(p, SIGP_T399, 0, NULL, NULL); in t399_func()
H A Dunipriv.h444 #define uni_enq_party(PARTY, SIG, COOKIE, MSG, U) do { \ macro