Home
last modified time | relevance | path

Searched refs:sip_add_int_to_msg (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c287 sip_add_int_to_msg(sip_msg_t sip_msg, char *hdr_name, int i, char *plist) in sip_add_int_to_msg() function
731 ret = sip_add_int_to_msg(sip_msg, SIP_EXPIRE, secs, NULL); in sip_add_expires()
760 ret = sip_add_int_to_msg(sip_msg, SIP_RSEQ, resp_num, NULL); in sip_add_rseq()
774 ret = sip_add_int_to_msg(sip_msg, SIP_MIN_EXPIRE, secs, NULL); in sip_add_min_expires()
888 r = sip_add_int_to_msg(sip_msg, SIP_RETRY_AFTER, secs, plist); in sip_add_retry_after()
1422 return (sip_add_int_to_msg(sip_msg, SIP_MAX_FORWARDS, maxforward, in sip_add_maxforward()