⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sip_hclasses.h

📁 this is simple sip stack.
💻 H
📖 第 1 页 / 共 3 页
字号:
};/**Header class for SIP Subject header. *  * The header class sip_subject_class defines how a SIP * Subject header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_subject_t header structure. * * @ingroup sip_subject */SIP_DLL extern msg_hclass_t sip_subject_class[];enum {   /**@ingroup sip_priority @internal    *   * Hash of Priority header.    */  sip_priority_hash = 8846 };/**Header class for SIP Priority header. *  * The header class sip_priority_class defines how a SIP * Priority header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_priority_t header structure. * * @ingroup sip_priority */SIP_DLL extern msg_hclass_t sip_priority_class[];enum {   /**@ingroup sip_call_info @internal    *   * Hash of Call-Info header.    */  sip_call_info_hash = 57337 };/**Header class for SIP Call-Info header. *  * The header class sip_call_info_class defines how a SIP * Call-Info header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_call_info_t header structure. * * @ingroup sip_call_info */SIP_DLL extern msg_hclass_t sip_call_info_class[];enum {   /**@ingroup sip_organization @internal    *   * Hash of Organization header.    */  sip_organization_hash = 6389 };/**Header class for SIP Organization header. *  * The header class sip_organization_class defines how a SIP * Organization header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_organization_t header structure. * * @ingroup sip_organization */SIP_DLL extern msg_hclass_t sip_organization_class[];enum {   /**@ingroup sip_server @internal    *   * Hash of Server header.    */  sip_server_hash = 31323 };/**Header class for SIP Server header. *  * The header class sip_server_class defines how a SIP * Server header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_server_t header structure. * * @ingroup sip_server */SIP_DLL extern msg_hclass_t sip_server_class[];enum {   /**@ingroup sip_user_agent @internal    *   * Hash of User-Agent header.    */  sip_user_agent_hash = 40911 };/**Header class for SIP User-Agent header. *  * The header class sip_user_agent_class defines how a SIP * User-Agent header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_user_agent_t header structure. * * @ingroup sip_user_agent */SIP_DLL extern msg_hclass_t sip_user_agent_class[];enum {   /**@ingroup sip_in_reply_to @internal    *   * Hash of In-Reply-To header.    */  sip_in_reply_to_hash = 19812 };/**Header class for SIP In-Reply-To header. *  * The header class sip_in_reply_to_class defines how a SIP * In-Reply-To header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_in_reply_to_t header structure. * * @ingroup sip_in_reply_to */SIP_DLL extern msg_hclass_t sip_in_reply_to_class[];enum {   /**@ingroup sip_accept @internal    *   * Hash of Accept header.    */  sip_accept_hash = 29344 };/**Header class for SIP Accept header. *  * The header class sip_accept_class defines how a SIP * Accept header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_accept_t header structure. * * @ingroup sip_accept */SIP_DLL extern msg_hclass_t sip_accept_class[];enum {   /**@ingroup sip_accept_encoding @internal    *   * Hash of Accept-Encoding header.    */  sip_accept_encoding_hash = 35932 };/**Header class for SIP Accept-Encoding header. *  * The header class sip_accept_encoding_class defines how a SIP * Accept-Encoding header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_accept_encoding_t header structure. * * @ingroup sip_accept_encoding */SIP_DLL extern msg_hclass_t sip_accept_encoding_class[];enum {   /**@ingroup sip_accept_language @internal    *   * Hash of Accept-Language header.    */  sip_accept_language_hash = 23797 };/**Header class for SIP Accept-Language header. *  * The header class sip_accept_language_class defines how a SIP * Accept-Language header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_accept_language_t header structure. * * @ingroup sip_accept_language */SIP_DLL extern msg_hclass_t sip_accept_language_class[];enum {   /**@ingroup sip_allow @internal    *   * Hash of Allow header.    */  sip_allow_hash = 44519 };/**Header class for SIP Allow header. *  * The header class sip_allow_class defines how a SIP * Allow header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_allow_t header structure. * * @ingroup sip_allow */SIP_DLL extern msg_hclass_t sip_allow_class[];enum {   /**@ingroup sip_require @internal    *   * Hash of Require header.    */  sip_require_hash = 32097 };/**Header class for SIP Require header. *  * The header class sip_require_class defines how a SIP * Require header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_require_t header structure. * * @ingroup sip_require */SIP_DLL extern msg_hclass_t sip_require_class[];enum {   /**@ingroup sip_supported @internal    *   * Hash of Supported header.    */  sip_supported_hash = 28310 };/**Header class for SIP Supported header. *  * The header class sip_supported_class defines how a SIP * Supported header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_supported_t header structure. * * @ingroup sip_supported */SIP_DLL extern msg_hclass_t sip_supported_class[];enum {   /**@ingroup sip_unsupported @internal    *   * Hash of Unsupported header.    */  sip_unsupported_hash = 37557 };/**Header class for SIP Unsupported header. *  * The header class sip_unsupported_class defines how a SIP * Unsupported header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_unsupported_t header structure. * * @ingroup sip_unsupported */SIP_DLL extern msg_hclass_t sip_unsupported_class[];enum {   /**@ingroup sip_event @internal    *   * Hash of Event header.    */  sip_event_hash = 8274 };/**Header class for SIP Event header. *  * The header class sip_event_class defines how a SIP * Event header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_event_t header structure. * * @ingroup sip_event */SIP_DLL extern msg_hclass_t sip_event_class[];enum {   /**@ingroup sip_allow_events @internal    *   * Hash of Allow-Events header.    */  sip_allow_events_hash = 31165 };/**Header class for SIP Allow-Events header. *  * The header class sip_allow_events_class defines how a SIP * Allow-Events header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_allow_events_t header structure. * * @ingroup sip_allow_events */SIP_DLL extern msg_hclass_t sip_allow_events_class[];enum {   /**@ingroup sip_subscription_state @internal    *   * Hash of Subscription-State header.    */  sip_subscription_state_hash = 30595 };/**Header class for SIP Subscription-State header. *  * The header class sip_subscription_state_class defines how a SIP * Subscription-State header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_subscription_state_t header structure. * * @ingroup sip_subscription_state */SIP_DLL extern msg_hclass_t sip_subscription_state_class[];enum {   /**@ingroup sip_proxy_authenticate @internal    *   * Hash of Proxy-Authenticate header.    */  sip_proxy_authenticate_hash = 57658 };/**Header class for SIP Proxy-Authenticate header. *  * The header class sip_proxy_authenticate_class defines how a SIP * Proxy-Authenticate header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_proxy_authenticate_t header structure. * * @ingroup sip_proxy_authenticate */SIP_DLL extern msg_hclass_t sip_proxy_authenticate_class[];enum {   /**@ingroup sip_proxy_authentication_info @internal    *   * Hash of Proxy-Authentication-Info header.    */  sip_proxy_authentication_info_hash = 52344 };/**Header class for SIP Proxy-Authentication-Info header. *  * The header class sip_proxy_authentication_info_class defines how a SIP * Proxy-Authentication-Info header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_proxy_authentication_info_t header structure. * * @ingroup sip_proxy_authentication_info */SIP_DLL extern msg_hclass_t sip_proxy_authentication_info_class[];enum {   /**@ingroup sip_proxy_authorization @internal    *   * Hash of Proxy-Authorization header.    */  sip_proxy_authorization_hash = 21244 };/**Header class for SIP Proxy-Authorization header. *  * The header class sip_proxy_authorization_class defines how a SIP * Proxy-Authorization header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_proxy_authorization_t header structure. * * @ingroup sip_proxy_authorization */SIP_DLL extern msg_hclass_t sip_proxy_authorization_class[];enum {   /**@ingroup sip_authorization @internal    *   * Hash of Authorization header.    */  sip_authorization_hash = 36397 };/**Header class for SIP Authorization header. *  * The header class sip_authorization_class defines how a SIP * Authorization header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_authorization_t header structure. * * @ingroup sip_authorization */SIP_DLL extern msg_hclass_t sip_authorization_class[];enum {   /**@ingroup sip_www_authenticate @internal    *   * Hash of WWW-Authenticate header.    */  sip_www_authenticate_hash = 16217 };/**Header class for SIP WWW-Authenticate header. *  * The header class sip_www_authenticate_class defines how a SIP * WWW-Authenticate header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_www_authenticate_t header structure. * * @ingroup sip_www_authenticate */SIP_DLL extern msg_hclass_t sip_www_authenticate_class[];enum {   /**@ingroup sip_authentication_info @internal    *   * Hash of Authentication-Info header.    */  sip_authentication_info_hash = 20849 };/**Header class for SIP Authentication-Info header. *  * The header class sip_authentication_info_class defines how a SIP * Authentication-Info header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_authentication_info_t header structure. * * @ingroup sip_authentication_info */SIP_DLL extern msg_hclass_t sip_authentication_info_class[];enum {   /**@ingroup sip_error_info @internal    *   * Hash of Error-Info header.    */  sip_error_info_hash = 5263 };/**Header class for SIP Error-Info header. *  * The header class sip_error_info_class defines how a SIP * Error-Info header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_error_info_t header structure. * * @ingroup sip_error_info */SIP_DLL extern msg_hclass_t sip_error_info_class[];enum {   /**@ingroup sip_warning @internal    *   * Hash of Warning header.    */  sip_warning_hash = 4130 };/**Header class for SIP Warning header. *  * The header class sip_warning_class defines how a SIP * Warning header is parsed and printed.  It also * contains methods used by SIP parser and other functions * to manipulate the sip_warning_t header structure. *

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -