Searched refs:sip_stack_send (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_itf.c | 49 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 D | sip_xaction_state_mc.c | 781 (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 D | sip.h | 446 extern int (*sip_stack_send)(const sip_conn_object_t, char *, int);
|
Completed in 29 milliseconds