Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c641 const sip_str_t *req_to_tag; in sip_srv_xaction_input() local
657 req_to_tag = sip_get_to_tag((sip_msg_t)msg, &error); in sip_srv_xaction_input()
658 if (req_to_tag == NULL || error != 0) { in sip_srv_xaction_input()
665 if (req_to_tag == NULL || error != 0) { in sip_srv_xaction_input()
670 if (resp_to_tag->sip_str_len != req_to_tag->sip_str_len || in sip_srv_xaction_input()
671 strncmp(resp_to_tag->sip_str_ptr, req_to_tag->sip_str_ptr, in sip_srv_xaction_input()
672 req_to_tag->sip_str_len) != 0) { in sip_srv_xaction_input()