sip_methods
extern sip_methods_t sip_methods[];
strlen(sip_methods[method].name) + strlen(SIP_CRLF);
sip_methods[method].name, SIP_CRLF);
sip_methods[method].name, NULL);
ret = sip_add_str_to_msg(sip_msg, SIP_ALLOW, sip_methods[method].name,
sip_methods_t sip_methods[MAX_SIP_METHODS] = {
header_size = strlen(sip_methods[method].name) + SIP_SPACE_LEN +
"%s %s %s%s", sip_methods[method].name, request_uri,
if (strncmp(sip_methods[i].name,
sip_methods[i].len) == 0) {
sip_methods[i].len;
if (strncmp(sip_methods[i].name, tmp_ptr, len) == 0)
if (strncmp(sip_methods[i].name, value->sip_value_start,
if (strncmp(sip_methods[i].name, tmp_ptr, len) == 0)