Searched defs:via (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_gids.c | 193 _sip_header_t *via; local 221 via = sip_search_for_header(_sip_msg, SIP_VIA, NULL); 222 if (via == NULL) { 243 hdrlen = via->sip_hdr_end - via->sip_hdr_start; 244 _sasl_MD5Update(&ctx, (uchar_t *)via->sip_hdr_start, hdrlen); 259 hdrlen = via->sip_hdr_end - via->sip_hdr_start; 260 MD5Update(&ctx, (uchar_t *)via->sip_hdr_start, hdrlen);
|
H A D | sip_itf.c | 393 sip_header_t via; local 398 via = (sip_header_t)sip_get_header(sip_msg, SIP_VIA, NULL, &error); 399 if (via == NULL || error != 0) 401 value = (sip_header_value_t)sip_get_header_value(via, &error);
|
H A D | sip_xaction.c | 71 _sip_header_t *via = NULL; local 87 via = sip_search_for_header(msg, SIP_VIA, NULL); 91 if (via == NULL || from == NULL || cid == NULL) 93 sip_md5_hash(via->sip_hdr_start, 94 via->sip_hdr_end - via->sip_hdr_start,
|
H A D | sip_msg.h | 171 sip_via_value_t via; member in union:sip_hdr_value::__anon3967 235 #define via_protocol hdr_value.via.sent_protocol 236 #define via_protocol_name hdr_value.via.sent_protocol.name 237 #define via_protocol_vers hdr_value.via.sent_protocol.version 238 #define via_protocol_transport hdr_value.via.sent_protocol.transport 239 #define via_sent_by_host hdr_value.via.sent_by_host 240 #define via_sent_by_port hdr_value.via.sent_by_port
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_object.c | 624 struct validate_internal_arg *via = arg; local 625 struct nwam_prop_table table = via->table; 626 const char **errpropp = via->errpropp; 679 struct validate_internal_arg via; local 683 via.table = table; 684 via.errpropp = NULL; 687 value, &via)); 694 struct validate_internal_arg via; local 699 via.table = table; 700 via [all...] |
Completed in 88 milliseconds