Searched refs:SIP_CRLF (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c185 strlen(SIP_CRLF);
189 csize + strlen(plist) + strlen(SIP_CRLF);
204 hdr_name, SIP_HCOLON, str1, sep, str2, SIP_CRLF);
208 hdr_name, SIP_HCOLON, str1, sep, str2, SIP_CRLF);
215 str1, sep, str2, SIP_SEMI, plist, SIP_CRLF);
220 plist, SIP_CRLF);
254 SIP_SPACE_LEN + + strlen(str) + strlen(SIP_CRLF);
258 strlen(SIP_CRLF);
268 "%s %c %s%s", hdr_name, SIP_HCOLON, str, SIP_CRLF);
272 plist, SIP_CRLF);
[all...]
H A Dsip_headers.c317 if (header->sip_hdr_end - strlen(SIP_CRLF) <=
321 p = header->sip_hdr_end - strlen(SIP_CRLF);
322 while (strncmp(SIP_CRLF, p, strlen(SIP_CRLF)) == 0) {
324 if (p - strlen(SIP_CRLF) < header->sip_hdr_start)
326 p -= strlen(SIP_CRLF);
331 ncrlf = (ncrlf - 1) * strlen(SIP_CRLF);
360 " %c %s%s", SIP_SEMI, extra_param, SIP_CRLF);
H A Dsip_dialog.c184 crlf = value->sip_value_end - strlen(SIP_CRLF);
185 while (crlf != NULL && strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) {
186 vlen -= strlen(SIP_CRLF);
187 crlf -= strlen(SIP_CRLF);
398 rhdr = sip_new_header(rset_len + strlen(SIP_CRLF));
466 (void) snprintf(rhdr->sip_hdr_start, rset_len + strlen(SIP_CRLF) + 1,
467 "%s%s", rset, SIP_CRLF);
522 crlf = value->sip_value_end - strlen(SIP_CRLF);
524 strncmp(crlf, SIP_CRLF, strle
[all...]
H A Dsip_itf.c167 if (strncmp(SIP_CRLF, msg, strlen(SIP_CRLF)) == 0) {
176 if (strncmp(SIP_CRLF, msg, strlen(SIP_CRLF)) == 0) {
H A Dsip_msg.c434 if (*s == '\r' && strncmp(s, SIP_CRLF,
435 strlen(SIP_CRLF)) == 0) {
557 strlen(SIP_CRLF);
567 SIP_RESPONSE, SIP_VERSION, response, response_code, SIP_CRLF);
913 strlen(SIP_CRLF);
924 SIP_VERSION, SIP_CRLF);
H A Dsip_ui.c315 if (*s == '\r' && strncmp(s, SIP_CRLF,
316 strlen(SIP_CRLF)) == 0) {
810 header_size = strlen(header_string) + strlen(SIP_CRLF);
818 header_string, SIP_CRLF);
898 " %c %s%s", SIP_SEMI, param, SIP_CRLF);
H A Dsip.h43 #define SIP_CRLF "\r\n" macro

Completed in 29 milliseconds