Searched refs:sip_add_int_to_msg (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/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) function 735 ret = sip_add_int_to_msg(sip_msg, SIP_EXPIRE, secs, NULL); 765 ret = sip_add_int_to_msg(sip_msg, SIP_RSEQ, resp_num, NULL); 779 ret = sip_add_int_to_msg(sip_msg, SIP_MIN_EXPIRE, secs, NULL); 895 r = sip_add_int_to_msg(sip_msg, SIP_RETRY_AFTER, secs, plist); 1434 return (sip_add_int_to_msg(sip_msg, SIP_MAX_FORWARDS, maxforward,
|
Completed in 479 milliseconds