Searched refs:sip_value (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.h159 sip_value_t sip_value; member in struct:sip_hdr_value
178 #define sip_value_version sip_value.sip_value_version
179 #define sip_next_value sip_value.next
180 #define sip_param_list sip_value.param_list
181 #define sip_value_state sip_value.value_state
182 #define sip_value_header sip_value.parsed_header
183 #define sip_value_start sip_value.value_start
184 #define sip_value_end sip_value.value_end
185 #define sip_value_parsed_uri sip_value.sip_value_parse_uri
H A Dsip_dialog_ui.c199 const struct sip_value *val;
231 const struct sip_value *val;
264 const struct sip_value *val;
298 const struct sip_value *val;
331 const struct sip_value *val;
363 const struct sip_value *val;
396 const struct sip_value *val;
H A Dsip.h299 typedef struct sip_value *sip_header_value_t;
322 struct sip_value *value;
336 typedef struct sip_value { struct
631 extern const struct sip_value *sip_get_header_value(
633 extern const struct sip_value *sip_get_next_value(sip_header_value_t, int *);
H A Dsip_ui.c113 const struct sip_value *
119 const struct sip_value *value;
166 const struct sip_value *
169 const struct sip_value *value;
H A Dsip_hdrs_ui.c441 if (error != NULL && val->sip_value.value_state == SIP_VALUE_BAD)
991 if (error != NULL && val->sip_value.value_state == SIP_VALUE_BAD)
1290 if (error != NULL && val->sip_value.value_state == SIP_VALUE_BAD)
H A Dsip_dialog.c234 const struct sip_value *val;
347 const struct sip_value *val;
616 const struct sip_value *value;
868 const struct sip_value *val;

Completed in 30 milliseconds