Searched refs:ALLOC_API (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_party.c | 85 if ((ind = ALLOC_API(struct uniapi_party_created, api)) == NULL) { in uni_create_partyx() 165 ind = ALLOC_API(struct uniapi_party_destroyed, api); in uni_destroy_party() 334 ind = ALLOC_API(struct uniapi_add_party_indication, api); in pun0_add_party() 390 ind = ALLOC_API(struct uniapi_party_alerting_indication, api); in pun1_party_alerting() 426 ind = ALLOC_API(struct uniapi_add_party_ack_indication, api); in pun1pun4_add_party_ack() 462 ind = ALLOC_API(struct uniapi_add_party_rej_indication, api); in pun1_add_party_rej() 493 ind = ALLOC_API(struct uniapi_drop_party_ack_indication, api); in pun5_add_party_rej() 530 ind = ALLOC_API(struct uniapi_drop_party_ack_indication, api); in punx_drop_party_ack() 556 ind = ALLOC_API(struct uniapi_drop_party_indication, api); in punx_drop_party() 595 ind = ALLOC_API(struct uniapi_drop_party_ack_indication, api); in pun5_drop_party() [all …]
|
| H A D | sig_reset.c | 211 resp = ALLOC_API(struct uniapi_reset_error_indication, app); in start_t316() 332 if ((conf = ALLOC_API(struct uniapi_reset_confirm, app)) == NULL) in start_restart_ack() 407 resp = ALLOC_API(struct uniapi_reset_status_indication, app); in start_status() 422 resp = ALLOC_API(struct uniapi_reset_error_indication, app); in start_status() 587 if ((ind = ALLOC_API(struct uniapi_reset_indication, app)) == NULL) in response_restart() 628 if ((resp = ALLOC_API(struct uniapi_reset_error_indication, app)) != NULL) { in response_t317() 793 resp = ALLOC_API(struct uniapi_reset_status_indication, app); in response_status() 809 resp = ALLOC_API(struct uniapi_reset_error_indication, app); in response_status()
|
| H A D | sig_call.c | 156 if ((ind = ALLOC_API(struct uniapi_call_created, api)) == NULL) { in uni_create_call() 238 ind = ALLOC_API(struct uniapi_call_destroyed, api); in uni_destroy_call() 369 if ((ind = ALLOC_API(struct uniapi_setup_indication, api)) == NULL) { in un0_setup() 554 ind = ALLOC_API(struct uniapi_proceeding_indication, api); in u1n6_call_proc() 663 if ((conf = ALLOC_API(struct uniapi_release_confirm, api)) != NULL) { in u1n6_t303() 738 ind = ALLOC_API(struct uniapi_alerting_indication, api); in unx_alerting() 1037 conf = ALLOC_API(struct uniapi_setup_confirm, api); in unx_connect() 1182 ind = ALLOC_API(struct uniapi_setup_complete_indication, api); in u8_connect_ack() 1341 if ((conf = ALLOC_API(struct uniapi_release_confirm, api)) == NULL) in uni_release_compl() 1751 stat = ALLOC_API(struct uniapi_status_indication, api); in un11un12_status() [all …]
|
| H A D | unipriv.h | 505 #define ALLOC_API(TYPE,API) \ macro
|