Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_hdrs.c126 last_value->sip_next_value = value; in sip_parse_allow_header()
708 last_value->sip_next_value = value; in sip_parse_warn_header()
1183 last_value->sip_next_value = value; in sip_parse_via_header()
1440 last_value->sip_next_value = value; in sip_parse_cftr_header()
H A Dsip_headers.c184 next_value = value->sip_next_value; in sip_free_phdr()
204 next_value = value->sip_next_value; in sip_free_cftr_header()
H A Dsip_parse_generic.c525 last_value->sip_next_value = value; in sip_parse_hdr_parser1()
749 last_value->sip_next_value = value; in sip_parse_hdr_parser3()
H A Dsip_msg.h177 #define sip_next_value sip_value.next macro