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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c584 ret = sip_add_str_to_msg(sip_msg, SIP_ALLOW, sip_methods[method].name,
1084 strlen(sip_methods[method].name) + strlen(SIP_CRLF);
1094 sip_methods[method].name, SIP_CRLF);
1314 sip_methods[method].name, NULL);
H A Dsip.h378 typedef struct sip_methods { struct
383 extern sip_methods_t sip_methods[];
H A Dsip_parse_generic.c1270 if (strncmp(sip_methods[i].name,
1272 sip_methods[i].len) == 0) {
1275 sip_methods[i].len;
H A Dsip_parse_hdrs.c142 if (strncmp(sip_methods[i].name, value->sip_value_start,
853 if (strncmp(sip_methods[i].name, tmp_ptr, len) == 0)
1115 if (strncmp(sip_methods[i].name, tmp_ptr, len) == 0)
H A Dsip_msg.c914 header_size = strlen(sip_methods[method].name) + SIP_SPACE_LEN +
926 "%s %s %s%s", sip_methods[method].name, request_uri,
H A Dsip_headers.c41 sip_methods_t sip_methods[MAX_SIP_METHODS] = { variable

Completed in 73 milliseconds