Home
last modified time | relevance | path

Searched refs:UNI_ALLOC (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_party.c241 if ((add = UNI_ALLOC()) == NULL) { in pun0_add_party_request()
275 if ((ack = UNI_ALLOC()) == NULL) { in punx_add_party_ack_request()
304 if ((rej = UNI_ALLOC()) == NULL) { in pun2_add_party_rej_request()
361 if ((alert = UNI_ALLOC()) == NULL) { in pun2_party_alerting_request()
677 if ((drop = UNI_ALLOC()) != NULL) { in pun5_t398()
736 if ((drop = UNI_ALLOC()) != NULL) { in drop_partyE()
760 if ((drop = UNI_ALLOC()) == NULL) { in punx_drop_party_request()
793 if ((ack = UNI_ALLOC()) == NULL) { in pun6_drop_party_ack_request()
821 if((enq = UNI_ALLOC()) == NULL) { in punx_status_enquiry_request()
H A Dsig_reset.c153 if ((resp = UNI_ALLOC()) == NULL) { in start_request()
225 if ((resp = UNI_ALLOC()) == NULL) in start_t316()
510 if ((resp = UNI_ALLOC()) == NULL) in restart_forward()
654 if ((resp = UNI_ALLOC()) == NULL) { in response_error()
701 if ((resp = UNI_ALLOC()) == NULL) { in response_response()
H A Dsig_coord.c322 if ((u = UNI_ALLOC()) == NULL) { in coord_saal_data_indication()
474 if ((resp = UNI_ALLOC()) == NULL) in input_unknown()
515 if ((resp = UNI_ALLOC()) == NULL) in input_unknown()
1113 if ((resp = UNI_ALLOC()) == NULL) in uni_respond_status()
1134 if((resp = UNI_ALLOC()) == NULL) in uni_respond_status_mtype()
H A Dsig_call.c335 if ((rel = UNI_ALLOC()) != NULL) { in clear_callD()
484 if ((out = UNI_ALLOC()) == NULL) { in un0_setup_request()
650 if ((msg = UNI_ALLOC()) != NULL) { in u1n6_t303()
839 if ((msg = UNI_ALLOC()) == NULL) { in u6n1_proceeding_request()
876 if ((msg = UNI_ALLOC()) == NULL) { in unx_alerting_request()
926 if ((msg = UNI_ALLOC()) == NULL) { in unx_setup_response()
991 if ((msg = UNI_ALLOC()) == NULL) { in n8_setup_compl_request()
1044 if ((ack = UNI_ALLOC()) == NULL) { in unx_connect()
1300 if ((msg = UNI_ALLOC()) == NULL) { in unx_release_response()
1554 if ((msg = UNI_ALLOC()) == NULL) { in unx_notify_request()
[all …]
H A Dsig_verify.c372 if ((resp = UNI_ALLOC()) == NULL) in uni_respond_status_verify()
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h68 #define UNI_ALLOC() ng_uni_malloc(UNIMEM_ALL, __FILE__, __LINE__) macro