Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_logging.c197 if (logfile == NULL || flags != SIP_DETAIL_LOGGING) in sip_enable_trans_logging()
217 if (logfile == NULL || flags != SIP_DETAIL_LOGGING) in sip_enable_dialog_logging()
H A Dsip.h288 #define SIP_DETAIL_LOGGING 0x0001 /* logs the entire sip message */ macro