Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsip/common/
H A Dsip_logging.c265 sip_log_t *sip_log; in sip_write_xaction_to_log() local
282 sip_log = &trans->sip_xaction_log[count]; in sip_write_xaction_to_log()
283 if (sip_log->sip_msgcnt == 0) in sip_write_xaction_to_log()
287 msg_chain = sip_log->sip_msgs; in sip_write_xaction_to_log()
297 --sip_log->sip_msgcnt; in sip_write_xaction_to_log()
317 sip_log_t *sip_log; in sip_write_dlg_to_log() local
333 sip_log = &dialog->sip_dlg_log[count]; in sip_write_dlg_to_log()
334 if (sip_log->sip_msgcnt == 0) in sip_write_dlg_to_log()
338 msg_chain = sip_log->sip_msgs; in sip_write_dlg_to_log()
348 --sip_log->sip_msgcnt; in sip_write_dlg_to_log()
[all …]