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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c49 int (*sip_stack_send)(sip_conn_object_t xonn_object, char *, int) = variable
111 (void) sip_stack_send(conn_obj, sip_msg_resp->sip_msg_buf,
337 * the call to sip_stack_send()
346 if ((ret = sip_stack_send(obj, _sip_msg->sip_msg_buf,
594 if (sip_stack_send != NULL ||
605 sip_stack_send = stack_val->sip_io_pointers->sip_conn_send;
616 if (sip_ulp_recv == NULL || sip_stack_send == NULL ||
623 sip_stack_send = NULL;
H A Dsip_xaction_state_mc.c781 (void) sip_stack_send(conn_obj,
837 (void) sip_stack_send(conn_obj,
896 if ((ret = sip_stack_send(conn_obj, ack_msg->sip_msg_buf,
1312 if (sip_stack_send(conn_obj, new_msg->sip_msg_buf,
1433 if (sip_stack_send(conn_obj, new_msg->sip_msg_buf,
1541 if (sip_stack_send(conn_obj, new_msg->sip_msg_buf,
H A Dsip.h449 extern int (*sip_stack_send)(const sip_conn_object_t, char *, int);

Completed in 68 milliseconds