亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? mld6igmp_node.hh

?? MLDv2 support igmpv3 lite
?? HH
?? 第 1 頁(yè) / 共 3 頁(yè)
字號(hào):
    /**     * Reset the protocol version on an interface to its default value.     *      * @param vif_name the name of the vif to reset the protocol version of     * to its default value.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		reset_vif_proto_version(const string& vif_name,					string& error_msg);    /**     * Get the value of the flag that enables/disables the IP Router Alert     * option check per interface for received packets.     *      * @param vif_name the name of the vif to apply to.     * @param enabled the return-by-reference flag value.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		get_vif_ip_router_alert_option_check(const string& vif_name,						     bool& enabled,						     string& error_msg);        /**     * Enable/disable the IP Router Alert option check per interface for     * received packets.     *      * @param vif_name the name of the vif to apply to.     * @param enable if true, then enable the IP Router Alert option check,     * otherwise disable it.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		set_vif_ip_router_alert_option_check(const string& vif_name,						     bool enable,						     string& error_msg);        /**     * Reset the value of the flag that enables/disables the IP Router Alert     * option check per interface for received packets to its default value.     *      * @param vif_name the name of the vif to apply to.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		reset_vif_ip_router_alert_option_check(const string& vif_name,						       string& error_msg);    /**     * Get the Query Interval per interface.     *      * @param vif_name the name of the vif to apply to.     * @param interval the return-by-reference interval.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		get_vif_query_interval(const string& vif_name,				       TimeVal& interval,				       string& error_msg);        /**     * Set the Query Interval per interface.     *      * @param vif_name the name of the vif to apply to.     * @param interval the interval.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		set_vif_query_interval(const string& vif_name,				       const TimeVal& interval,				       string& error_msg);        /**     * Reset the Query Interval per interface.     *      * @param vif_name the name of the vif to apply to.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		reset_vif_query_interval(const string& vif_name,					 string& error_msg);    /**     * Get the Last Member Query Interval per interface.     *      * @param vif_name the name of the vif to apply to.     * @param interval the return-by-reference interval.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		get_vif_query_last_member_interval(const string& vif_name,						   TimeVal& interval,						   string& error_msg);        /**     * Set the Last Member Query Interval per interface.     *      * @param vif_name the name of the vif to apply to.     * @param interval the interval.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		set_vif_query_last_member_interval(const string& vif_name,						   const TimeVal& interval,						   string& error_msg);        /**     * Reset the Last Member Query Interval per interface.     *      * @param vif_name the name of the vif to apply to.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		reset_vif_query_last_member_interval(const string& vif_name,						     string& error_msg);    /**     * Get the Query Response Interval per interface.     *      * @param vif_name the name of the vif to apply to.     * @param interval the return-by-reference interval.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		get_vif_query_response_interval(const string& vif_name,						TimeVal& interval,						string& error_msg);        /**     * Set the Query Response Interval per interface.     *      * @param vif_name the name of the vif to apply to.     * @param interval the interval.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		set_vif_query_response_interval(const string& vif_name,						const TimeVal& interval,						string& error_msg);        /**     * Reset the Query Response Interval per interface.     *      * @param vif_name the name of the vif to apply to.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		reset_vif_query_response_interval(const string& vif_name,						  string& error_msg);    /**     * Get the Robustness Variable count per interface.     *      * @param vif_name the name of the vif to apply to.     * @param robust_count the return-by-reference count value.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		get_vif_robust_count(const string& vif_name,				     uint32_t& robust_count,				     string& error_msg);        /**     * Set the Robustness Variable count per interface.     *      * @param vif_name the name of the vif to apply to.     * @param robust_count the count value.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		set_vif_robust_count(const string& vif_name,				     uint32_t robust_count,				     string& error_msg);        /**     * Reset the  Robustness Variable count per interface.     *      * @param vif_name the name of the vif to apply to.     * @param error_msg the error message (if error).     * @return XORP_OK on success, otherwise XORP_ERROR.     */    int		reset_vif_robust_count(const string& vif_name,				       string& error_msg);        //    // Debug-related methods    //        /**     * Test if trace log is enabled.     *      * This method is used to test whether to output trace log debug messges.     *      * @return true if trace log is enabled, otherwise false.     */    bool	is_log_trace() const { return (_is_log_trace); }        /**     * Enable/disable trace log.     *      * This method is used to enable/disable trace log debug messages output.     *      * @param is_enabled if true, trace log is enabled, otherwise is disabled.     */    void	set_log_trace(bool is_enabled) { _is_log_trace = is_enabled; }protected:    //    // IfMgrHintObserver methods    //    void tree_complete();    void updates_made();private:    /**     * A method invoked when the status of a service changes.     *      * @param service the service whose status has changed.     * @param old_status the old status.     * @param new_status the new status.     */    void status_change(ServiceBase*  service,		       ServiceStatus old_status,		       ServiceStatus new_status);    /**     * Get a reference to the service base of the interface manager.     *      * This is a pure virtual function, and it must be implemented     * by the communication-wrapper class that inherits this base class.     *     * @return a reference to the service base of the interface manager.     */    virtual const ServiceBase* ifmgr_mirror_service_base() const = 0;    /**     * Get a reference to the interface manager tree.     *      * This is a pure virtual function, and it must be implemented     * by the communication-wrapper class that inherits this base class.     *     * @return a reference to the interface manager tree.     */    virtual const IfMgrIfTree&	ifmgr_iftree() const = 0;    /**     * Initiate registration with the FEA.     *      * This is a pure virtual function, and it must be implemented     * by the communication-wrapper class that inherits this base class.     */    virtual void fea_register_startup() = 0;    /**     * Initiate registration with the MFEA.     *      * This is a pure virtual function, and it must be implemented     * by the communication-wrapper class that inherits this base class.     */    virtual void mfea_register_startup() = 0;    /**     * Initiate de-registration with the FEA.     *      * This is a pure virtual function, and it must be implemented     * by the communication-wrapper class that inherits this base class.     */    virtual void fea_register_shutdown() = 0;    /**     * Initiate de-registration with the MFEA.     *      * This is a pure virtual function, and it must be implemented     * by the communication-wrapper class that inherits this base class.     */    virtual void mfea_register_shutdown() = 0;    buffer_t	*_buffer_recv;		// Buffer for receiving messages        //    // Status-related state    //    size_t	_waiting_for_mfea_startup_events;    //    // A local copy with the interface state information    //    IfMgrIfTree	_iftree;        //    // Debug and test-related state    //    bool	_is_log_trace;		// If true, enable XLOG_TRACE()};//// Global variables////// Global functions prototypes//#endif // __MLD6IGMP_MLD6IGMP_NODE_HH__

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲一区av在线| 国产一区二区在线视频| 久久久亚洲午夜电影| 色综合久久中文字幕| 国产精品综合二区| 婷婷开心久久网| 亚洲乱码国产乱码精品精可以看| 精品国产一区二区三区久久影院 | 夜夜亚洲天天久久| 国产亚洲视频系列| 日韩一区二区三区精品视频| 91蜜桃传媒精品久久久一区二区 | 欧美亚日韩国产aⅴ精品中极品| 国产一区二区三区在线观看免费视频| 五月天一区二区| 亚洲欧美另类久久久精品| 国产日韩三级在线| 日韩一区二区影院| 欧美精品第1页| 欧美午夜精品免费| 在线视频你懂得一区二区三区| 国产精品99久久久久| 久久精品72免费观看| 五月天一区二区| 婷婷开心久久网| 亚洲第一二三四区| 亚洲午夜精品网| 一区二区三区在线视频免费观看| 国产精品丝袜在线| 国产精品欧美一区喷水| 国产婷婷色一区二区三区在线| 精品久久久久久久人人人人传媒| 日韩女优电影在线观看| 欧美电影免费观看完整版| 日韩一区二区电影| 日韩精品一区在线| 欧美精品一区二区三区高清aⅴ| 欧美一区二区三区视频免费播放 | 久久激情五月婷婷| 蜜臀av一区二区三区| 麻豆一区二区三区| 精品一区二区三区视频| 国产一区二区三区日韩| 国产精品一区二区在线观看不卡 | 91麻豆精品国产91久久久久| 欧美久久久久久久久久| 在线成人免费观看| 精品久久久网站| 久久久久久一二三区| 国产欧美精品区一区二区三区| 欧美激情综合五月色丁香| 国产精品毛片大码女人| 亚洲精品综合在线| 视频一区中文字幕国产| 乱一区二区av| 成人性视频免费网站| 一本到不卡免费一区二区| 成人欧美一区二区三区| 一区二区欧美视频| 污片在线观看一区二区| 激情五月婷婷综合| www.成人网.com| 欧美日韩国产成人在线免费| 日韩视频中午一区| 欧美极品aⅴ影院| 亚洲麻豆国产自偷在线| 天天色综合成人网| 国产一区二三区| 色婷婷综合久久久| 精品乱人伦小说| 中文字幕在线一区免费| 亚洲成av人片在线观看无码| 精品一区二区在线看| 91亚洲大成网污www| 欧美丰满美乳xxx高潮www| 国产色91在线| 亚洲成人你懂的| 国产成人午夜精品影院观看视频| 欧美做爰猛烈大尺度电影无法无天| 91精品国产福利在线观看 | 亚洲激情校园春色| 久久福利资源站| 99r精品视频| 欧美一级高清片在线观看| 亚洲欧美自拍偷拍色图| 日本欧美在线看| 91色porny| 久久精品视频一区二区三区| 亚洲一区二区三区在线播放| 国产福利一区二区三区视频| 欧美色视频一区| 国产日韩视频一区二区三区| 日欧美一区二区| 97se亚洲国产综合自在线不卡| 日韩精品一区二区三区四区视频| 亚洲黄色免费电影| 国产91对白在线观看九色| 日韩一二在线观看| 亚洲成人www| 99v久久综合狠狠综合久久| 欧美精品一区在线观看| 午夜激情久久久| 日本韩国一区二区| 国产精品久久久久久久久免费丝袜 | 国产精品久久午夜夜伦鲁鲁| 蜜臀av性久久久久蜜臀aⅴ | 日韩精品一区二区在线| 亚洲资源在线观看| 91一区二区三区在线观看| 久久天堂av综合合色蜜桃网 | 成人午夜av在线| 欧美成人a在线| 美女视频黄久久| 欧美精品久久久久久久久老牛影院| 亚洲欧洲成人自拍| 国产91在线观看丝袜| 亚洲精品在线三区| 久久精品国产99久久6| 91精品国产高清一区二区三区| 亚洲国产精品一区二区www在线| 99久久伊人精品| 久久精品国产澳门| 日韩小视频在线观看专区| 日韩精品成人一区二区三区| 欧美优质美女网站| 亚洲精品亚洲人成人网| 91蜜桃免费观看视频| 综合色中文字幕| 95精品视频在线| 亚洲欧美视频在线观看视频| 成人午夜av在线| 国产精品久久久久久福利一牛影视| 国产成人精品www牛牛影视| 久久精品日韩一区二区三区| 国产精品一区二区三区乱码| 久久久久久影视| 国产综合久久久久久鬼色| 精品国偷自产国产一区| 国产在线精品一区二区不卡了 | 亚洲妇女屁股眼交7| 欧美中文字幕一区二区三区| 一区二区三区 在线观看视频 | 国产精品日韩成人| 99re热这里只有精品免费视频| 专区另类欧美日韩| 欧美综合在线视频| 日本亚洲三级在线| 精品国产3级a| 成人精品小蝌蚪| 亚洲精品国产第一综合99久久| 欧美三区在线观看| 日本aⅴ亚洲精品中文乱码| www激情久久| 成人性生交大片免费看中文 | 欧美日韩高清一区二区三区| 日本欧美加勒比视频| 久久久久久久久久久黄色| 成人免费毛片片v| 亚洲与欧洲av电影| 在线播放91灌醉迷j高跟美女| 寂寞少妇一区二区三区| 中文字幕一区二区三区不卡| 欧美性生活久久| 精品一区二区综合| 国产精品久久久久久久岛一牛影视| 色偷偷成人一区二区三区91| 免费观看91视频大全| 国产欧美日韩在线看| 色婷婷国产精品| 另类人妖一区二区av| 国产精品人人做人人爽人人添| 91福利国产成人精品照片| 久久爱www久久做| 亚洲精品老司机| 精品伦理精品一区| 在线中文字幕一区| 国产在线精品视频| 亚洲一区在线看| 久久久精品一品道一区| 在线区一区二视频| 国产精品一线二线三线| 亚洲成av人片一区二区梦乃 | 国产欧美日产一区| 欧美伦理电影网| 不卡一区中文字幕| 久久精品国产免费看久久精品| 亚洲欧洲在线观看av| 精品久久久久久无| 欧美日精品一区视频| 成人精品免费看| 美国精品在线观看| 亚洲午夜久久久久久久久电影院 | 久久精品国产成人一区二区三区| 国产精品成人一区二区三区夜夜夜 | 亚洲精品久久嫩草网站秘色| 精品久久久久99| 欧美日韩日本视频| 99久久精品久久久久久清纯| 麻豆91免费观看| 亚洲国产欧美日韩另类综合|