Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/ngatm/netnatm/sig/
Dsig_call.c328 uni_enq_party(p, SIGP_RELEASE_request, 0, NULL, NULL); in clear_callD()
448 uni_enq_party(p, SIGP_SETUP, 0, NULL, NULL); in un0_setup()
522 uni_enq_party(p, SIGP_SETUP_request, cookie, NULL, NULL); in un0_setup_request()
678 uni_enq_party(TAILQ_FIRST(&c->parties), in u1n6_t303()
810 uni_enq_party(TAILQ_FIRST(&c->parties), SIGP_ALERTING, in unx_alerting()
883 uni_enq_party(TAILQ_FIRST(&c->parties), in unx_alerting_request()
960 uni_enq_party(p, SIGP_SETUP_response, 0, NULL, NULL); in unx_setup_response()
1001 uni_enq_party(p, SIGP_SETUP_COMPL_request, in n8_setup_compl_request()
1134 uni_enq_party(p, SIGP_CONNECT, 0, NULL, NULL); in unx_connect()
1228 uni_enq_party(p, SIGP_CONNECT_ACK, in u8_connect_ack()
[all …]
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()
Dunipriv.h444 #define uni_enq_party(PARTY, SIG, COOKIE, MSG, U) do { \ macro