Searched refs:SIP_MAX_FORWARDS (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_msg.c | 766 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 D | sip.h | 59 #define SIP_MAX_FORWARDS "MAX-FORWARDS" macro
|
H A D | sip_add_hdrs.c | 1434 return (sip_add_int_to_msg(sip_msg, SIP_MAX_FORWARDS, maxforward, in sip_add_maxforward()
|
H A D | sip_hdrs_ui.c | 734 r = (int *)sip_get_val_from_msg(sip_msg, SIP_MAX_FORWARDS, SIP_INT_VAL, in sip_get_maxforward()
|