Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c1468 header_size = strlen(SIP_CONTENT_LENGTH) + SIP_SPACE_LEN + in sip_add_content_length()
1478 "%s %c %u%s%s", SIP_CONTENT_LENGTH, SIP_HCOLON, length, in sip_add_content_length()
H A Dsip.h53 #define SIP_CONTENT_LENGTH "CONTENT-LENGTH" macro
H A Dsip_msg.c362 header = sip_search_for_header(msg, SIP_CONTENT_LENGTH, NULL); in sip_adjust_msgbuf()
H A Dsip_hdrs_ui.c773 r = (int *)sip_get_val_from_msg(sip_msg, SIP_CONTENT_LENGTH, in sip_get_content_length()