Home
last modified time | relevance | path

Searched refs:uni_msg_alloc (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netgraph/atm/
H A Dngatmbase.h50 #define uni_msg_alloc(S) _uni_msg_alloc((S), __FILE__, __LINE__) macro
58 struct uni_msg *uni_msg_alloc(size_t);
H A Dngatmbase.c352 uni_msg_alloc(size_t s) in uni_msg_alloc() function
432 if ((m = uni_msg_alloc(len)) == NULL) in _uni_msg_build()
468 if ((*pmsg = uni_msg_alloc(m->m_pkthdr.len)) == NULL) in _uni_msg_unpack_mbuf()
/f-stack/freebsd/contrib/ngatm/netnatm/
H A Dunimsg.h81 struct uni_msg *uni_msg_alloc(size_t);
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_conn.c166 if ((u = uni_msg_alloc(sizeof(*req))) == NULL) in do_release_request()
197 if ((u = uni_msg_alloc(sizeof(*resp))) == NULL) in do_release_response()
844 u = uni_msg_alloc(sizeof(struct uniapi_setup_request)); in cc_conn_sig_handle()
902 if ((u = uni_msg_alloc(sizeof(*req))) == NULL) in cc_conn_sig_handle()
954 u = uni_msg_alloc(sizeof(struct uniapi_setup_response)); in cc_conn_sig_handle()
1034 u = uni_msg_alloc(sizeof(struct uniapi_setup_request)); in cc_conn_sig_handle()
1088 u = uni_msg_alloc(sizeof(*req)); in cc_conn_sig_handle()
1621 u = uni_msg_alloc(sizeof(*req)); in cc_conn_sig_handle()
H A Dcc_port.c679 if ((u = uni_msg_alloc(sizeof(*resp))) == NULL) in cc_uni_signal()
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunipriv.h509 if(((API) = uni_msg_alloc(sizeof(TYPE))) != NULL) { \
H A Dsig_uni.c516 resp = uni_msg_alloc(sizeof(struct uniapi_error)); in uniapi_uni_error()
H A Dsig_coord.c1160 m = uni_msg_alloc(1024); in uni_send_output()