Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c47 int (*sip_stack_send)(sip_conn_object_t xonn_object, char *, int) = variable
109 (void) sip_stack_send(conn_obj, sip_msg_resp->sip_msg_buf, in sip_send_resp()
344 if ((ret = sip_stack_send(obj, _sip_msg->sip_msg_buf, in sip_sendmsg()
592 if (sip_stack_send != NULL || in sip_stack_init()
603 sip_stack_send = stack_val->sip_io_pointers->sip_conn_send; in sip_stack_init()
614 if (sip_ulp_recv == NULL || sip_stack_send == NULL || in sip_stack_init()
621 sip_stack_send = NULL; in sip_stack_init()
H A Dsip_xaction_state_mc.c779 (void) sip_stack_send(conn_obj, in sip_srv_xaction_input()
835 (void) sip_stack_send(conn_obj, in sip_srv_xaction_input()
894 if ((ret = sip_stack_send(conn_obj, ack_msg->sip_msg_buf, in sip_create_send_nonOKack()
1310 if (sip_stack_send(conn_obj, new_msg->sip_msg_buf, in sip_xaction_state_timer_fire()
1431 if (sip_stack_send(conn_obj, new_msg->sip_msg_buf, in sip_xaction_state_timer_fire()
1539 if (sip_stack_send(conn_obj, new_msg->sip_msg_buf, in sip_xaction_state_timer_fire()
H A Dsip.h447 extern int (*sip_stack_send)(const sip_conn_object_t, char *, int);