Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c477 ret = sip_add_empty_hdr(sip_msg, SIP_ACCEPT); in sip_add_accept()
494 ret = sip_add_2strs_to_msg(sip_msg, SIP_ACCEPT, type, B_FALSE, in sip_add_accept()
497 ret = sip_add_2strs_to_msg(sip_msg, SIP_ACCEPT, type, B_FALSE, in sip_add_accept()
H A Dsip.h62 #define SIP_ACCEPT "ACCEPT" macro