Searched refs:sip_get_callseq_num (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_gids.c | 227 cseq = sip_get_callseq_num(_sip_msg, NULL);
|
H A D | sip_dialog.c | 664 ((cseq = sip_get_callseq_num((sip_msg_t)sip_msg, NULL)) == -1) || 884 sip_get_callseq_num((sip_msg_t)sip_msg, NULL) != 887 sip_get_callseq_num((sip_msg_t)sip_msg, NULL) != 1446 cseq = sip_get_callseq_num((sip_msg_t)sip_msg, &error);
|
H A D | sip_msg.c | 783 seqno = sip_get_callseq_num(_request, &ret); 879 seqno = sip_get_callseq_num(_response, &ret);
|
H A D | sip.h | 664 extern int sip_get_callseq_num(sip_msg_t, int *);
|
H A D | sip_itf.c | 128 if (sip_get_callseq_num((sip_msg_t)sip_msg, &err) < 0)
|
H A D | sip_xaction.c | 83 cseq = sip_get_callseq_num((sip_msg_t)msg, &error);
|
H A D | sip_hdrs_ui.c | 459 sip_get_callseq_num(sip_msg_t sip_msg, int *error) function
|
Completed in 45 milliseconds