Searched refs:sip_parse_cftr_header (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_headers.c | 61 {"CONTACT", "m", sip_parse_cftr_header, NULL, NULL, 63 {"FROM", "F", sip_parse_cftr_header, NULL, NULL, sip_free_cftr_header}, 64 {"TO", "T", sip_parse_cftr_header, NULL, NULL, sip_free_cftr_header}, 74 {"RECORD-ROUTE", NULL, sip_parse_cftr_header, NULL, NULL, 76 {"ROUTE", NULL, sip_parse_cftr_header, NULL, NULL,
|
H A D | sip_msg.h | 453 extern int sip_parse_cftr_header(_sip_header_t *,
|
H A D | sip_msg.c | 827 if ((ret = sip_parse_cftr_header(header, (void *)&parsed_header)) !=
|
H A D | sip_parse_hdrs.c | 1414 sip_parse_cftr_header(_sip_header_t *sip_header, sip_parsed_header_t **header) function
|
Completed in 51 milliseconds