Searched refs:sip_add_int_to_msg (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 289 sip_add_int_to_msg(sip_msg_t sip_msg, char *hdr_name, int i, char *plist) in sip_add_int_to_msg() function 735 ret = sip_add_int_to_msg(sip_msg, SIP_EXPIRE, secs, NULL); in sip_add_expires() 765 ret = sip_add_int_to_msg(sip_msg, SIP_RSEQ, resp_num, NULL); in sip_add_rseq() 779 ret = sip_add_int_to_msg(sip_msg, SIP_MIN_EXPIRE, secs, NULL); in sip_add_min_expires() 895 r = sip_add_int_to_msg(sip_msg, SIP_RETRY_AFTER, secs, plist); in sip_add_retry_after() 1434 return (sip_add_int_to_msg(sip_msg, SIP_MAX_FORWARDS, maxforward, in sip_add_maxforward()
|