Searched refs:sip_msg_to_msgbuf (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c201 * since sip_msg_to_msgbuf() expects the lock to be held, we'll
205 new_msg->sip_msg_buf = sip_msg_to_msgbuf((sip_msg_t)new_msg, NULL);
233 msgstr = sip_msg_to_msgbuf(msg, error);
243 sip_msg_to_msgbuf(_sip_msg_t *msg, int *error) function
382 msg->sip_msg_buf = sip_msg_to_msgbuf((sip_msg_t)msg, &ret);
H A Dsip_msg.h363 extern char *sip_msg_to_msgbuf(_sip_msg_t *msg, int *error);

Completed in 79 milliseconds