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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.c198 * since sip_msg_to_msgbuf() expects the lock to be held, we'll
202 new_msg->sip_msg_buf = sip_msg_to_msgbuf((sip_msg_t)new_msg, NULL);
230 msgstr = sip_msg_to_msgbuf(msg, error);
240 sip_msg_to_msgbuf(_sip_msg_t *msg, int *error) function
379 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 18 milliseconds