Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_msg.c766 SIP_MAX_FORWARDS, NULL, B_TRUE); in sip_create_nonOKack()
874 if (sip_search_for_header(_response, SIP_MAX_FORWARDS, NULL) != NULL) { in sip_create_OKack()
876 SIP_MAX_FORWARDS, NULL, B_TRUE)) != 0) { in sip_create_OKack()
H A Dsip.h59 #define SIP_MAX_FORWARDS "MAX-FORWARDS" macro
H A Dsip_add_hdrs.c1434 return (sip_add_int_to_msg(sip_msg, SIP_MAX_FORWARDS, maxforward, in sip_add_maxforward()
H A Dsip_hdrs_ui.c734 r = (int *)sip_get_val_from_msg(sip_msg, SIP_MAX_FORWARDS, SIP_INT_VAL, in sip_get_maxforward()