Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c764 SIP_MAX_FORWARDS, NULL, B_TRUE); in sip_create_nonOKack()
872 if (sip_search_for_header(_response, SIP_MAX_FORWARDS, NULL) != NULL) { in sip_create_OKack()
874 SIP_MAX_FORWARDS, NULL, B_TRUE)) != 0) { in sip_create_OKack()
H A Dsip.h57 #define SIP_MAX_FORWARDS "MAX-FORWARDS" macro
H A Dsip_add_hdrs.c1422 return (sip_add_int_to_msg(sip_msg, SIP_MAX_FORWARDS, maxforward, in sip_add_maxforward()
H A Dsip_hdrs_ui.c732 r = (int *)sip_get_val_from_msg(sip_msg, SIP_MAX_FORWARDS, SIP_INT_VAL, in sip_get_maxforward()