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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? pim_base.hh

?? BCAST Implementation for NS2
?? HH
?? 第 1 頁 / 共 5 頁
字號:
/* * Copyright (c) 2001-2003 International Computer Science Institute * See LICENSE file for licensing, conditions, and warranties on use. * * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED * * Generated by 'tgt-gen'. * * $XORP: xorp/xrl/targets/pim_base.hh,v 1.32 2003/09/30 18:47:26 pavlin Exp $ */#ifndef __XRL_INTERFACES_PIM_BASE_HH__#define __XRL_INTERFACES_PIM_BASE_HH__#undef XORP_LIBRARY_NAME#define XORP_LIBRARY_NAME "XrlPimTarget"#include "libxorp/xlog.h"#include "libxipc/xrl_cmd_map.hh"class XrlPimTargetBase {protected:    XrlCmdMap* _cmds;public:    XrlPimTargetBase(XrlCmdMap* cmds) : _cmds(cmds) { add_handlers(); }    virtual ~XrlPimTargetBase() { remove_handlers(); }    inline const string& name() const { return _cmds->name(); }    inline const char* version() const { return "pim/0.0"; }protected:    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Get name of Xrl Target     */    virtual XrlCmdError common_0_1_get_target_name(	// Output values, 	string&	name) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Get version string from Xrl Target     */    virtual XrlCmdError common_0_1_get_version(	// Output values, 	string&	version) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Get status of Xrl Target     */    virtual XrlCmdError common_0_1_get_status(	// Output values, 	uint32_t&	status, 	string&	reason) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Request clean shutdown of Xrl Target     */    virtual XrlCmdError common_0_1_shutdown() = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Process a CLI command.     *       *  @param processor_name the processor name for this command.     *       *  @param cli_term_name the terminal name the command was entered from.     *       *  @param cli_session_id the CLI session ID the command was entered from.     *       *  @param command_name the command name to process.     *       *  @param command_args the command arguments to process.     *       *  @param ret_processor_name the processor name to return back to the CLI.     *       *  @param ret_cli_term_name the terminal name to return back.     *       *  @param ret_cli_session_id the CLI session ID to return back.     *       *  @param ret_command_output the command output to return back.     */    virtual XrlCmdError cli_processor_0_1_process_command(	// Input values, 	const string&	processor_name, 	const string&	cli_term_name, 	const uint32_t&	cli_session_id, 	const string&	command_name, 	const string&	command_args, 	// Output values, 	string&	ret_processor_name, 	string&	ret_cli_term_name, 	uint32_t&	ret_cli_session_id, 	string&	ret_command_output) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Add a new vif.     *       *  @param vif_name the name of the new vif.     *       *  @param vif_index the index of the new vif.     */    virtual XrlCmdError mfea_client_0_1_new_vif(	// Input values, 	const string&	vif_name, 	const uint32_t&	vif_index) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Delete an existing vif.     *       *  @param vif_name the name of the vif to delete.     */    virtual XrlCmdError mfea_client_0_1_delete_vif(	// Input values, 	const string&	vif_name) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Add an address to a vif.     *       *  @param vif_name the name of the vif.     *       *  @param addr the unicast address to add.     *       *  @param subnet the subnet address to add.     *       *  @param broadcast the broadcast address (when applicable).     *       *  @param peer the peer address (when applicable).     */    virtual XrlCmdError mfea_client_0_1_add_vif_addr4(	// Input values, 	const string&	vif_name, 	const IPv4&	addr, 	const IPv4Net&	subnet, 	const IPv4&	broadcast, 	const IPv4&	peer) = 0;    virtual XrlCmdError mfea_client_0_1_add_vif_addr6(	// Input values, 	const string&	vif_name, 	const IPv6&	addr, 	const IPv6Net&	subnet, 	const IPv6&	broadcast, 	const IPv6&	peer) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Delete an address from a vif.     *       *  @param vif_name the name of the vif.     *       *  @param addr the unicast address to delete.     */    virtual XrlCmdError mfea_client_0_1_delete_vif_addr4(	// Input values, 	const string&	vif_name, 	const IPv4&	addr) = 0;    virtual XrlCmdError mfea_client_0_1_delete_vif_addr6(	// Input values, 	const string&	vif_name, 	const IPv6&	addr) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Set flags to a vif.     *       *  @param vif_name the name of the vif.     *       *  @param is_pim_register true if this is a PIM Register vif.     *       *  @param is_p2p true if this is a point-to-point vif.     *       *  @param is_loopback true if this is a loopback interface.     *       *  @param is_multicast true if the vif is multicast-capable.     *       *  @param is_broadcast true if the vif is broadcast-capable.     *       *  @param is_up true if the vif is UP and running.     */    virtual XrlCmdError mfea_client_0_1_set_vif_flags(	// Input values, 	const string&	vif_name, 	const bool&	is_pim_register, 	const bool&	is_p2p, 	const bool&	is_loopback, 	const bool&	is_multicast, 	const bool&	is_broadcast, 	const bool&	is_up) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Complete all transactions with vif information.     */    virtual XrlCmdError mfea_client_0_1_set_all_vifs_done() = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Test if the vif setup is completed.     *       *  @param is_completed if true the vif setup is completed.     */    virtual XrlCmdError mfea_client_0_1_is_vif_setup_completed(	// Output values, 	bool&	is_completed) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Receive a protocol message from the MFEA.     *       *  @param xrl_sender_name the XRL name of the originator of this XRL.     *       *  @param protocol_name the name of the protocol that sends a message.     *       *  @param protocol_id the ID of the protocol that sends a message (both     *  sides must agree on the particular values).     *       *  @param vif_name the name of the vif the message was received on.     *       *  @param vif_index the index of the vif the message was received on.     *       *  @param source_address the address of the sender.     *       *  @param dest_address the destination address.     *       *  @param ip_ttl the TTL of the received IP packet. If it has a negative     *  value, it should be ignored.     *       *  @param ip_tos the TOS of the received IP packet. If it has a negative     *  value, it should be ignored.     *       *  @param is_router_alert if true, the IP Router Alert option in the IP     *  packet was set (when applicable).     *       *  @param protocol_message the protocol message.     */    virtual XrlCmdError mfea_client_0_1_recv_protocol_message4(	// Input values, 	const string&	xrl_sender_name, 	const string&	protocol_name, 	const uint32_t&	protocol_id, 	const string&	vif_name, 	const uint32_t&	vif_index, 	const IPv4&	source_address, 	const IPv4&	dest_address, 	const int32_t&	ip_ttl, 	const int32_t&	ip_tos, 	const bool&	is_router_alert, 	const vector<uint8_t>&	protocol_message) = 0;    virtual XrlCmdError mfea_client_0_1_recv_protocol_message6(	// Input values, 	const string&	xrl_sender_name, 	const string&	protocol_name, 	const uint32_t&	protocol_id, 	const string&	vif_name, 	const uint32_t&	vif_index, 	const IPv6&	source_address, 	const IPv6&	dest_address, 	const int32_t&	ip_ttl, 	const int32_t&	ip_tos, 	const bool&	is_router_alert, 	const vector<uint8_t>&	protocol_message) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Receive a kernel signal message from the MFEA.     *       *  @param xrl_sender_name the XRL name of the originator of this XRL.     *       *  @param protocol_name the name of the protocol that sends a message.     *       *  @param protocol_id the ID of the protocol that sends a message (both     *  sides must agree on the particular values).     *       *  @param message_type the type of the kernel signal message (TODO:     *  integer for now: the particular types are well-known by both sides).     *       *  @param vif_name the name of the vif the message was received on.     *       *  @param vif_index the index of the vif the message was received on.     *       *  @param source_address the address of the sender.     *       *  @param dest_address the destination address.     *       *  @param protocol_message the protocol message.     */    virtual XrlCmdError mfea_client_0_1_recv_kernel_signal_message4(	// Input values, 	const string&	xrl_sender_name, 	const string&	protocol_name, 	const uint32_t&	protocol_id, 	const uint32_t&	message_type, 	const string&	vif_name, 	const uint32_t&	vif_index, 	const IPv4&	source_address, 	const IPv4&	dest_address, 	const vector<uint8_t>&	protocol_message) = 0;    virtual XrlCmdError mfea_client_0_1_recv_kernel_signal_message6(	// Input values, 	const string&	xrl_sender_name, 	const string&	protocol_name, 	const uint32_t&	protocol_id, 	const uint32_t&	message_type, 	const string&	vif_name, 	const uint32_t&	vif_index, 	const IPv6&	source_address, 	const IPv6&	dest_address, 	const vector<uint8_t>&	protocol_message) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Add Multicast Routing Information Base information.     *       *  @param xrl_sender_name the XRL name of the originator of this XRL.     *       *  @param dest_prefix the destination prefix to add.     *       *  @param next_hop_router_addr the address of the next-hop router toward     *  the destination prefix.     *       *  @param next_hop_vif_name the name of the vif toward the destination     *  prefix.     *       *  @param next_hop_vif_index the index of the vif toward the destination     *  prefix.     *       *  @param metric_preference the metric preference for this entry.     *       *  @param metric the metric for this entry.     */    virtual XrlCmdError mfea_client_0_1_add_mrib4(	// Input values, 	const string&	xrl_sender_name, 	const IPv4Net&	dest_prefix, 	const IPv4&	next_hop_router_addr, 	const string&	next_hop_vif_name, 	const uint32_t&	next_hop_vif_index, 	const uint32_t&	metric_preference, 	const uint32_t&	metric) = 0;    virtual XrlCmdError mfea_client_0_1_add_mrib6(	// Input values, 	const string&	xrl_sender_name, 	const IPv6Net&	dest_prefix, 	const IPv6&	next_hop_router_addr, 	const string&	next_hop_vif_name, 	const uint32_t&	next_hop_vif_index, 	const uint32_t&	metric_preference, 	const uint32_t&	metric) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Delete Multicast Routing Information Base information.     *       *  @param xrl_sender_name the XRL name of the originator of this XRL.     *       *  @param dest_prefix the destination prefix to delete.     */    virtual XrlCmdError mfea_client_0_1_delete_mrib4(	// Input values, 	const string&	xrl_sender_name, 	const IPv4Net&	dest_prefix) = 0;    virtual XrlCmdError mfea_client_0_1_delete_mrib6(	// Input values, 	const string&	xrl_sender_name, 	const IPv6Net&	dest_prefix) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  Complete a transaction with MRIB information.     *       *  @param xrl_sender_name the XRL name of the originator of this XRL.     */    virtual XrlCmdError mfea_client_0_1_set_mrib_done(	// Input values, 	const string&	xrl_sender_name) = 0;    /**     *  Pure-virtual function that needs to be implemented to:     *       *  A signal that a dataflow-related pre-condition is true.     *       *  @param xrl_sender_name the XRL name of the originator of this XRL.     *       *  @param source_address the source address of the dataflow.     *       *  @param group_address the group address of the dataflow.     *       *  @param threshold_interval_sec the number of seconds in the interval     *  requested for measurement.     *       *  @param threshold_interval_usec the number of microseconds in the     *  interval requested for measurement.     *       *  @param measured_interval_sec the number of seconds in the last measured     *  interval that has triggered the signal.     *       *  @param measured_interval_usec the number of microseconds in the last     *  measured interval that has triggered the signal.     *       *  @param threshold_packets the threshold value to trigger a signal (in     *  number of packets).     *       *  @param threshold_bytes the threshold value to trigger a signal (in     *  bytes).     *       *  @param measured_packets the number of packets measured within the     *  measured interval.     *       *  @param measured_bytes the number of bytes measured within the measured     *  interval.     *       *  @param is_threshold_in_packets if true, threshold_packets is valid.     *  

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产成人高清视频| 91免费版pro下载短视频| 国产精品一线二线三线精华| 色88888久久久久久影院按摩 | 香蕉久久夜色精品国产使用方法 | 色哟哟在线观看一区二区三区| 欧美精品久久99| 1区2区3区欧美| 国产成人免费高清| 日韩欧美成人午夜| 日精品一区二区三区| 97精品超碰一区二区三区| 久久网这里都是精品| 日韩 欧美一区二区三区| 在线免费观看不卡av| 国产精品久久夜| 国产精品123| 26uuu欧美| 精品一区二区三区欧美| 91精品在线观看入口| 亚洲电影一区二区三区| 在线精品观看国产| 亚洲欧美另类小说| 一本一道久久a久久精品| 国产精品久久久一区麻豆最新章节| 久久99在线观看| 精品国产乱码久久久久久闺蜜| 日韩成人一区二区| 91精品在线麻豆| 久久成人免费网| 2020国产精品久久精品美国| 国产伦精品一区二区三区免费迷 | 亚洲综合色成人| 色欧美乱欧美15图片| 亚洲精品视频在线| 欧美日韩一二三| 日韩激情一二三区| 精品免费视频一区二区| 国内精品伊人久久久久av影院| 日韩午夜激情免费电影| 久久不见久久见中文字幕免费| 欧美一卡二卡在线观看| 极品尤物av久久免费看| 久久―日本道色综合久久| 成人一区二区三区| 亚洲欧美成人一区二区三区| 欧美私模裸体表演在线观看| 香蕉成人伊视频在线观看| 欧美一级夜夜爽| 国产一区二区三区黄视频| 国产精品午夜免费| 欧洲人成人精品| 日韩二区在线观看| 久久精品亚洲乱码伦伦中文| 丁香五精品蜜臀久久久久99网站| 亚洲欧美怡红院| 欧美麻豆精品久久久久久| 蜜桃久久av一区| 中文字幕中文字幕一区二区| 欧美图区在线视频| 国产一区二区调教| 亚洲丝袜自拍清纯另类| 欧美精品一级二级| 国产成人综合网| 午夜a成v人精品| 国产日产亚洲精品系列| 欧美三区在线观看| 国产伦精品一区二区三区免费迷| 亚洲日本中文字幕区| 日韩一区二区三区电影在线观看 | www国产精品av| 91蝌蚪国产九色| 免费亚洲电影在线| 1区2区3区精品视频| 欧美第一区第二区| 在线免费亚洲电影| 国产精品一区二区不卡| 亚洲v精品v日韩v欧美v专区| 中文子幕无线码一区tr| 欧美一级生活片| 色哟哟精品一区| 国产一区二区福利| 日本三级韩国三级欧美三级| 中文字幕在线播放不卡一区| 日韩欧美国产电影| 在线免费观看成人短视频| 国产91精品免费| 久久99这里只有精品| 亚洲电影你懂得| 一区二区三区精品视频| 欧美国产激情一区二区三区蜜月| 欧美成人艳星乳罩| 欧美高清视频一二三区| 在线视频欧美精品| 99久久er热在这里只有精品66| 国产一区视频导航| 日韩综合一区二区| 日韩精品欧美成人高清一区二区| 一区二区免费看| 亚洲欧美日韩国产一区二区三区| 国产免费观看久久| 欧美国产激情二区三区| 国产色一区二区| 国产午夜精品久久久久久久 | 亚洲欧美一区二区不卡| 欧美激情一二三区| 中日韩av电影| 国产婷婷一区二区| 国产欧美一区二区精品忘忧草 | 国产麻豆精品一区二区| 久久国产精品99久久人人澡| 麻豆成人久久精品二区三区小说| 五月激情综合婷婷| 日韩av电影天堂| 奇米777欧美一区二区| 青青草原综合久久大伊人精品| 天堂va蜜桃一区二区三区 | 亚洲成人av在线电影| 亚洲综合一区二区| 亚洲一区在线观看免费| 一区二区三区高清| 亚洲国产精品欧美一二99| 三级精品在线观看| 久久国产精品72免费观看| 国内偷窥港台综合视频在线播放| 国产美女久久久久| 99re这里只有精品首页| 色国产综合视频| 欧美高清视频不卡网| 精品免费视频.| 欧美韩国日本不卡| 亚洲免费观看高清完整版在线| 亚洲精品欧美综合四区| 男女性色大片免费观看一区二区 | 欧美国产欧美综合| 亚洲男人的天堂在线aⅴ视频| 一区二区三区四区精品在线视频| 午夜视频在线观看一区二区 | 日韩中文字幕av电影| 九九久久精品视频| av午夜精品一区二区三区| 日本韩国精品在线| 日韩欧美国产午夜精品| 国产日韩欧美电影| 亚洲伊人伊色伊影伊综合网| 久久国产精品72免费观看| 91在线观看视频| 91精品国产一区二区三区香蕉| 精品福利在线导航| 亚洲啪啪综合av一区二区三区| 日韩综合一区二区| 成人黄色电影在线| 7777精品伊人久久久大香线蕉完整版 | 亚洲国产成人午夜在线一区| 一区二区三区在线不卡| 国产伦精一区二区三区| 在线观看91精品国产入口| 久久久久免费观看| 亚洲1区2区3区4区| 成人av中文字幕| 日韩一区二区中文字幕| 一区二区欧美在线观看| 高清不卡在线观看av| 91精品久久久久久蜜臀| 亚洲视频精选在线| 狠狠色丁香婷综合久久| 欧美老年两性高潮| 一区精品在线播放| 国产精品资源站在线| 91精品视频网| 亚洲国产成人va在线观看天堂| 国产剧情一区二区三区| 欧美精品九九99久久| 亚洲男同1069视频| a美女胸又www黄视频久久| 日韩情涩欧美日韩视频| 亚洲不卡一区二区三区| 91久久香蕉国产日韩欧美9色| 中文字幕成人av| 国产精品一区二区在线播放| 91精品国产欧美一区二区18| 一区二区三区精品视频在线| 91香蕉视频污在线| 中文字幕欧美国产| 国产成人无遮挡在线视频| 欧美一级二级三级乱码| 视频在线观看国产精品| 欧美日韩一区二区三区免费看| 日韩美女精品在线| a亚洲天堂av| 亚洲日本中文字幕区| 色综合欧美在线视频区| 日韩毛片视频在线看| 99这里只有久久精品视频| 欧美国产精品久久| 99这里都是精品| 亚洲精品免费一二三区| 色999日韩国产欧美一区二区| 亚洲女同一区二区| 色综合天天综合在线视频|