Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c140 header_size = strlen(hdr_name) + SIP_SPACE_LEN + csize; in sip_add_empty_hdr()
184 header_size = strlen(hdr_name) + SIP_SPACE_LEN + csize + in sip_add_2strs_to_msg()
188 header_size = strlen(hdr_name) + SIP_SPACE_LEN + csize + in sip_add_2strs_to_msg()
255 SIP_SPACE_LEN + + strlen(str) + strlen(SIP_CRLF); in sip_add_str_to_msg()
316 SIP_SPACE_LEN + strlen(digit_str) + csize + in sip_add_int_to_msg()
1026 SIP_SPACE_LEN + sip_num_of_digits(code) + SIP_SPACE_LEN + in sip_add_warning()
1073 SIP_SPACE_LEN + sip_num_of_digits(resp_num) + SIP_SPACE_LEN + in sip_add_rack()
1074 sip_num_of_digits(cseq) + SIP_SPACE_LEN + in sip_add_rack()
1336 strlen(sent_protocol_transport) + SIP_SPACE_LEN + in sip_create_via_hdr()
1340 header_size += SIP_SPACE_LEN + sizeof (char) + SIP_SPACE_LEN + in sip_create_via_hdr()
[all …]
H A Dsip_dialog.c359 SIP_SPACE_LEN + sizeof (char) + SIP_SPACE_LEN + in sip_dialog_set_route_hdr()
387 rset_len += strlen(SIP_ROUTE) + SIP_SPACE_LEN + sizeof (char) + in sip_dialog_set_route_hdr()
388 SIP_SPACE_LEN + rcnt - 1; in sip_dialog_set_route_hdr()
820 hdrsize = len + strlen(SIP_TO) + SIP_SPACE_LEN + sizeof (char) + in sip_dlg_xchg_from_to()
821 SIP_SPACE_LEN; in sip_dlg_xchg_from_to()
823 hdrsize = len + strlen(SIP_FROM) + SIP_SPACE_LEN + in sip_dlg_xchg_from_to()
824 sizeof (char) + SIP_SPACE_LEN; in sip_dlg_xchg_from_to()
H A Dsip_msg.c556 header_size = strlen(SIP_VERSION) + SIP_SPACE_LEN + in sip_add_response_line()
557 SIP_SIZE_OF_STATUS_CODE + SIP_SPACE_LEN + strlen(response_code) + in sip_add_response_line()
912 header_size = strlen(sip_methods[method].name) + SIP_SPACE_LEN + in sip_add_request_line()
913 strlen(request_uri) + SIP_SPACE_LEN + strlen(SIP_VERSION) + in sip_add_request_line()
H A Dsip_miscdefs.h61 #define SIP_SPACE_LEN sizeof (char) macro
H A Dsip_headers.c307 extra_len = SIP_SPACE_LEN + sizeof (char) + SIP_SPACE_LEN + in _sip_copy_header()
H A Dsip_ui.c868 param_len = SIP_SPACE_LEN + sizeof (char) + SIP_SPACE_LEN + in sip_add_param()