Searched refs:sent_protocol_transport (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 1339 sip_create_via_hdr(char *sent_protocol_transport, char *sent_by_host, in sip_create_via_hdr() argument 1348 strlen(sent_protocol_transport) + SIP_SPACE_LEN + in sip_create_via_hdr() 1365 SIP_VIA, SIP_HCOLON, SIP_VERSION, sent_protocol_transport, in sip_create_via_hdr() 1395 sip_add_via(sip_msg_t sip_msg, char *sent_protocol_transport, in sip_add_via() argument 1401 if (sip_msg == NULL || sent_protocol_transport == NULL || in sip_add_via() 1413 new_header = sip_create_via_hdr(sent_protocol_transport, sent_by_host, in sip_add_via()
|