Searched defs:sip_stack_send (Results 1 - 1 of 1) 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;

Completed in 56 milliseconds