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

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

?? fti_xif.hh

?? BCAST Implementation for NS2
?? HH
字號:
/* * 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 'clnt-gen'. * * $XORP: xorp/xrl/interfaces/fti_xif.hh,v 1.5 2003/09/12 23:43:39 pavlin Exp $ */#ifndef __XRL_INTERFACES_FTI_XIF_HH__#define __XRL_INTERFACES_FTI_XIF_HH__#undef XORP_LIBRARY_NAME#define XORP_LIBRARY_NAME "XifFti"#include "libxorp/xlog.h"#include "libxorp/callback.hh"#include "libxipc/xrl.hh"#include "libxipc/xrl_error.hh"#include "libxipc/xrl_sender.hh"class XrlFtiV0p2Client {public:    XrlFtiV0p2Client(XrlSender* s) : _sender(s) {}    virtual ~XrlFtiV0p2Client() {}    typedef XorpCallback2<void, const XrlError&, const uint32_t*>::RefPtr StartTransactionCB;    /**     *  Send Xrl intended to:     *       *  Start transaction.     *       *  @param tgt_name Xrl Target name     */    bool send_start_transaction(	const char*	target_name, 	const StartTransactionCB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr CommitTransactionCB;    /**     *  Send Xrl intended to:     *       *  Commit transaction.     *       *  @param tgt_name Xrl Target name     *       *  @param tid the transaction ID of this transaction.     */    bool send_commit_transaction(	const char*	target_name, 	const uint32_t&	tid, 	const CommitTransactionCB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr AbortTransactionCB;    /**     *  Send Xrl intended to:     *       *  Abort transaction.     *       *  @param tgt_name Xrl Target name     *       *  @param tid the transaction ID of this transaction.     */    bool send_abort_transaction(	const char*	target_name, 	const uint32_t&	tid, 	const AbortTransactionCB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr AddEntry4CB;    /**     *  Send Xrl intended to:     *       *  Add a routing entry.     *       *  @param tgt_name Xrl Target name     *       *  @param tid the transaction ID of this transaction.     *       *  @param dst the destination subnet address of the entry.     *       *  @param gateway the address of the next-hop router toward dst.     *       *  @param ifname the name of the physical interface toward dst.     *       *  @param vifname the name of the virtual interface toward dst.     *       *  @param metric the routing metric toward dst.     *       *  @param admin_distance the administratively defined distance toward dst.     *       *  @param protocol_origin the name of the protocol that originated this     *  entry.     */    bool send_add_entry4(	const char*	target_name, 	const uint32_t&	tid, 	const IPv4Net&	dst, 	const IPv4&	gateway, 	const string&	ifname, 	const string&	vifname, 	const uint32_t&	metric, 	const uint32_t&	admin_distance, 	const string&	protocol_origin, 	const AddEntry4CB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr AddEntry6CB;    /**     *  Send Xrl intended to:     *       *  Add a routing entry.     *       *  @param tgt_name Xrl Target name     *       *  @param tid the transaction ID of this transaction.     *       *  @param dst the destination subnet address of the entry.     *       *  @param gateway the address of the next-hop router toward dst.     *       *  @param ifname the name of the physical interface toward dst.     *       *  @param vifname the name of the virtual interface toward dst.     *       *  @param metric the routing metric toward dst.     *       *  @param admin_distance the administratively defined distance toward dst.     *       *  @param protocol_origin the name of the protocol that originated this     *  entry.     */    bool send_add_entry6(	const char*	target_name, 	const uint32_t&	tid, 	const IPv6Net&	dst, 	const IPv6&	gateway, 	const string&	ifname, 	const string&	vifname, 	const uint32_t&	metric, 	const uint32_t&	admin_distance, 	const string&	protocol_origin, 	const AddEntry6CB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteEntry4CB;    /**     *  Send Xrl intended to:     *       *  Delete a routing entry.     *       *  @param tgt_name Xrl Target name     *       *  @param tid the transaction ID of this transaction.     *       *  @param dst the destination subnet address of the entry.     */    bool send_delete_entry4(	const char*	target_name, 	const uint32_t&	tid, 	const IPv4Net&	dst, 	const DeleteEntry4CB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteEntry6CB;    /**     *  Send Xrl intended to:     *       *  Delete a routing entry.     *       *  @param tgt_name Xrl Target name     *       *  @param tid the transaction ID of this transaction.     *       *  @param dst the destination subnet address of the entry.     */    bool send_delete_entry6(	const char*	target_name, 	const uint32_t&	tid, 	const IPv6Net&	dst, 	const DeleteEntry6CB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteAllEntriesCB;    /**     *  Send Xrl intended to:     *       *  Delete all routing entries for all address families.     *       *  @param tgt_name Xrl Target name     *       *  @param tid the transaction ID of this transaction.     */    bool send_delete_all_entries(	const char*	target_name, 	const uint32_t&	tid, 	const DeleteAllEntriesCB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteAllEntries4CB;    /**     *  Send Xrl intended to:     *       *  Delete all routing entries for the IPv4 address family.     *       *  @param tgt_name Xrl Target name     *       *  @param tid the transaction ID of this transaction.     */    bool send_delete_all_entries4(	const char*	target_name, 	const uint32_t&	tid, 	const DeleteAllEntries4CB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr DeleteAllEntries6CB;    /**     *  Send Xrl intended to:     *       *  Delete all routing entries for the IPv6 address family.     *       *  @param tgt_name Xrl Target name     *       *  @param tid the transaction ID of this transaction.     */    bool send_delete_all_entries6(	const char*	target_name, 	const uint32_t&	tid, 	const DeleteAllEntries6CB&	cb    );    typedef XorpCallback8<void, const XrlError&, const IPv4Net*, const IPv4*, const string*, const string*, const uint32_t*, const uint32_t*, const string*>::RefPtr LookupRoute4CB;    /**     *  Send Xrl intended to:     *       *  Lookup a route for a destination host address.     *       *  @param tgt_name Xrl Target name     *       *  @param dst the destination host address to lookup.     */    bool send_lookup_route4(	const char*	target_name, 	const IPv4&	dst, 	const LookupRoute4CB&	cb    );    typedef XorpCallback8<void, const XrlError&, const IPv6Net*, const IPv6*, const string*, const string*, const uint32_t*, const uint32_t*, const string*>::RefPtr LookupRoute6CB;    /**     *  Send Xrl intended to:     *       *  Lookup a route for a destination host address.     *       *  @param tgt_name Xrl Target name     *       *  @param dst the destination host address to lookup.     */    bool send_lookup_route6(	const char*	target_name, 	const IPv6&	dst, 	const LookupRoute6CB&	cb    );    typedef XorpCallback7<void, const XrlError&, const IPv4*, const string*, const string*, const uint32_t*, const uint32_t*, const string*>::RefPtr LookupEntry4CB;    /**     *  Send Xrl intended to:     *       *  Lookup a route for a destination subnet address.     *       *  @param tgt_name Xrl Target name     *       *  @param dst the destination subnet address to lookup.     */    bool send_lookup_entry4(	const char*	target_name, 	const IPv4Net&	dst, 	const LookupEntry4CB&	cb    );    typedef XorpCallback7<void, const XrlError&, const IPv6*, const string*, const string*, const uint32_t*, const uint32_t*, const string*>::RefPtr LookupEntry6CB;    /**     *  Send Xrl intended to:     *       *  Lookup a route for a destination subnet address.     *       *  @param tgt_name Xrl Target name     *       *  @param dst the destination subnet address to lookup.     */    bool send_lookup_entry6(	const char*	target_name, 	const IPv6Net&	dst, 	const LookupEntry6CB&	cb    );    typedef XorpCallback2<void, const XrlError&, const bool*>::RefPtr HaveIpv4CB;    /**     *  Send Xrl intended to:     *       *  Test if the underlying system supports IPv4.     *       *  @param tgt_name Xrl Target name     */    bool send_have_ipv4(	const char*	target_name, 	const HaveIpv4CB&	cb    );    typedef XorpCallback2<void, const XrlError&, const bool*>::RefPtr HaveIpv6CB;    /**     *  Send Xrl intended to:     *       *  Test if the underlying system supports IPv6.     *       *  @param tgt_name Xrl Target name     */    bool send_have_ipv6(	const char*	target_name, 	const HaveIpv6CB&	cb    );    typedef XorpCallback2<void, const XrlError&, const bool*>::RefPtr GetUnicastForwardingEnabled4CB;    /**     *  Send Xrl intended to:     *       *  Test whether the IPv4 unicast forwarding engine is enabled or disabled     *  to forward packets.     *       *  @param tgt_name Xrl Target name     */    bool send_get_unicast_forwarding_enabled4(	const char*	target_name, 	const GetUnicastForwardingEnabled4CB&	cb    );    typedef XorpCallback2<void, const XrlError&, const bool*>::RefPtr GetUnicastForwardingEnabled6CB;    /**     *  Send Xrl intended to:     *       *  Test whether the IPv6 unicast forwarding engine is enabled or disabled     *  to forward packets.     *       *  @param tgt_name Xrl Target name     */    bool send_get_unicast_forwarding_enabled6(	const char*	target_name, 	const GetUnicastForwardingEnabled6CB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr SetUnicastForwardingEnabled4CB;    /**     *  Send Xrl intended to:     *       *  Set the IPv4 unicast forwarding engine to enable or disable forwarding     *  of packets.     *       *  @param tgt_name Xrl Target name     *       *  @param enabled if true, then enable IPv4 unicast forwarding, otherwise     *  disable it.     */    bool send_set_unicast_forwarding_enabled4(	const char*	target_name, 	const bool&	enabled, 	const SetUnicastForwardingEnabled4CB&	cb    );    typedef XorpCallback1<void, const XrlError&>::RefPtr SetUnicastForwardingEnabled6CB;    /**     *  Send Xrl intended to:     *       *  Set the IPv6 unicast forwarding engine to enable or disable forwarding     *  of packets.     *       *  @param tgt_name Xrl Target name     *       *  @param enabled if true, then enable IPv6 unicast forwarding, otherwise     *  disable it.     */    bool send_set_unicast_forwarding_enabled6(	const char*	target_name, 	const bool&	enabled, 	const SetUnicastForwardingEnabled6CB&	cb    );protected:    XrlSender* _sender;private:    void unmarshall_start_transaction(	const XrlError&	e, 	XrlArgs*	a, 	StartTransactionCB		cb    );    void unmarshall_commit_transaction(	const XrlError&	e, 	XrlArgs*	a, 	CommitTransactionCB		cb    );    void unmarshall_abort_transaction(	const XrlError&	e, 	XrlArgs*	a, 	AbortTransactionCB		cb    );    void unmarshall_add_entry4(	const XrlError&	e, 	XrlArgs*	a, 	AddEntry4CB		cb    );    void unmarshall_add_entry6(	const XrlError&	e, 	XrlArgs*	a, 	AddEntry6CB		cb    );    void unmarshall_delete_entry4(	const XrlError&	e, 	XrlArgs*	a, 	DeleteEntry4CB		cb    );    void unmarshall_delete_entry6(	const XrlError&	e, 	XrlArgs*	a, 	DeleteEntry6CB		cb    );    void unmarshall_delete_all_entries(	const XrlError&	e, 	XrlArgs*	a, 	DeleteAllEntriesCB		cb    );    void unmarshall_delete_all_entries4(	const XrlError&	e, 	XrlArgs*	a, 	DeleteAllEntries4CB		cb    );    void unmarshall_delete_all_entries6(	const XrlError&	e, 	XrlArgs*	a, 	DeleteAllEntries6CB		cb    );    void unmarshall_lookup_route4(	const XrlError&	e, 	XrlArgs*	a, 	LookupRoute4CB		cb    );    void unmarshall_lookup_route6(	const XrlError&	e, 	XrlArgs*	a, 	LookupRoute6CB		cb    );    void unmarshall_lookup_entry4(	const XrlError&	e, 	XrlArgs*	a, 	LookupEntry4CB		cb    );    void unmarshall_lookup_entry6(	const XrlError&	e, 	XrlArgs*	a, 	LookupEntry6CB		cb    );    void unmarshall_have_ipv4(	const XrlError&	e, 	XrlArgs*	a, 	HaveIpv4CB		cb    );    void unmarshall_have_ipv6(	const XrlError&	e, 	XrlArgs*	a, 	HaveIpv6CB		cb    );    void unmarshall_get_unicast_forwarding_enabled4(	const XrlError&	e, 	XrlArgs*	a, 	GetUnicastForwardingEnabled4CB		cb    );    void unmarshall_get_unicast_forwarding_enabled6(	const XrlError&	e, 	XrlArgs*	a, 	GetUnicastForwardingEnabled6CB		cb    );    void unmarshall_set_unicast_forwarding_enabled4(	const XrlError&	e, 	XrlArgs*	a, 	SetUnicastForwardingEnabled4CB		cb    );    void unmarshall_set_unicast_forwarding_enabled6(	const XrlError&	e, 	XrlArgs*	a, 	SetUnicastForwardingEnabled6CB		cb    );};#endif /* __XRL_INTERFACES_FTI_XIF_HH__ */

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久精品人体av艺术| 精品中文av资源站在线观看| 亚洲成人午夜影院| 黑人巨大精品欧美一区| 欧美日本在线看| 亚洲婷婷在线视频| 日韩精品一区二| 天天色天天操综合| 精品一区二区三区视频| 色婷婷香蕉在线一区二区| 亚洲欧美日韩国产综合| 欧美丝袜第三区| 香蕉乱码成人久久天堂爱免费| 欧美性生活大片视频| 最新国产成人在线观看| av电影在线观看不卡| 亚洲高清一区二区三区| 中文字幕一区二区视频| 欧美日韩国产综合一区二区三区 | 一区二区三区蜜桃| 欧美日韩在线观看一区二区| 色视频成人在线观看免| 久久99国内精品| 美女一区二区久久| 国产精品电影一区二区| 精品99久久久久久| 亚洲人精品一区| 久久美女高清视频| 精品久久国产老人久久综合| 日韩欧美中文一区| 日韩欧美在线网站| 欧美乱熟臀69xxxxxx| 欧美欧美欧美欧美| 精品视频999| 久久久久久久久久久久久女国产乱| 91一区二区三区在线播放| 日韩欧美国产1| 亚洲一二三区在线观看| 大胆亚洲人体视频| 日韩欧美一级二级三级久久久| 国产精品996| 免费日韩伦理电影| www.欧美色图| 欧美成人一区二区三区片免费| 精品国产三级a在线观看| 国产精品嫩草影院av蜜臀| 亚洲精品国产一区二区精华液| 午夜av电影一区| 国产精品一区二区三区乱码| 在线影院国内精品| 久久精品夜色噜噜亚洲aⅴ| 一区二区免费在线| 国产精品性做久久久久久| 欧美午夜电影在线播放| 亚洲精品一区二区在线观看| 亚洲欧洲成人精品av97| 国内一区二区在线| 日韩一区二区影院| 天堂影院一区二区| 91福利小视频| 亚洲精品成人在线| 懂色av噜噜一区二区三区av| 日韩午夜在线影院| 午夜亚洲国产au精品一区二区| 色综合咪咪久久| 亚洲视频在线一区观看| 波多野结衣视频一区| 久久这里只有精品6| 精品影院一区二区久久久| 欧美久久婷婷综合色| 午夜视频在线观看一区二区三区| 99re这里都是精品| 亚洲黄色性网站| 欧美亚洲一区二区在线| 一区二区三区四区视频精品免费 | 国产欧美va欧美不卡在线| 精品一区二区三区在线观看国产| 日韩三级中文字幕| 国产成人综合亚洲网站| 国产精品国产三级国产三级人妇| 成人精品在线视频观看| 亚洲尤物在线视频观看| 日韩视频在线一区二区| 懂色av一区二区三区免费看| 亚洲欧美一区二区三区孕妇| 欧美日韩一区二区在线视频| 麻豆精品在线播放| 中文字幕亚洲区| 欧美一区二区网站| 国产九色精品成人porny| 亚洲精品中文在线影院| 91精品国产综合久久精品性色| 国产永久精品大片wwwapp| 亚洲精品高清在线| 欧美成人女星排行榜| 91黄色在线观看| 懂色av中文字幕一区二区三区| 亚洲电影第三页| 亚洲人成网站在线| 日本一区二区视频在线| 日韩欧美成人午夜| 欧美日韩免费观看一区二区三区| 国产乱人伦精品一区二区在线观看| 亚洲精品乱码久久久久久久久| 久久夜色精品一区| 日韩视频在线永久播放| 欧美在线观看一区二区| 色噜噜夜夜夜综合网| 成人激情小说乱人伦| 国产福利视频一区二区三区| 精品写真视频在线观看| 麻豆中文一区二区| 黄页视频在线91| 国产精品99久久久久久宅男| 经典三级视频一区| 成人午夜电影网站| 91美女片黄在线| 欧美日韩久久久一区| 欧美一级黄色片| 欧美国产激情一区二区三区蜜月| 国产午夜精品久久| 亚洲综合在线观看视频| 五月综合激情日本mⅴ| 国产又粗又猛又爽又黄91精品| 国产成人精品www牛牛影视| av电影在线观看一区| 欧美日韩精品一区视频| 精品人伦一区二区色婷婷| 亚洲欧洲日产国产综合网| 亚洲国产wwwccc36天堂| 国产乱一区二区| 欧美老肥妇做.爰bbww视频| 久久婷婷综合激情| 亚洲高清一区二区三区| 精品一区二区三区在线播放| 色综合天天综合网天天狠天天| 欧美高清视频一二三区 | 自拍偷拍国产精品| 蜜臀av在线播放一区二区三区| 91视频91自| 久久精品亚洲精品国产欧美kt∨| 亚洲综合偷拍欧美一区色| 国产精品综合一区二区| 欧美xingq一区二区| 亚洲不卡av一区二区三区| 99re这里只有精品6| 国产精品人妖ts系列视频| 激情五月婷婷综合| 久久综合九色综合97婷婷| 日韩专区一卡二卡| 欧美肥妇bbw| 无码av中文一区二区三区桃花岛| 91福利国产精品| 香港成人在线视频| 91麻豆精品国产91久久久久久久久| 夜夜夜精品看看| 欧美性感一区二区三区| 亚洲成人精品在线观看| 3d成人动漫网站| 久久精品国产亚洲一区二区三区| 日韩精品在线一区| 国产一级精品在线| 亚洲欧美日韩一区二区三区在线观看| 福利一区在线观看| 亚洲免费在线电影| 日韩一级二级三级精品视频| 麻豆国产精品官网| 国产精品入口麻豆原神| 欧美色图激情小说| 日本欧美一区二区三区| 国产午夜精品福利| 欧美三区在线观看| 成人永久免费视频| 性做久久久久久免费观看| 国产拍欧美日韩视频二区| 91官网在线观看| 成人avav影音| 国产综合久久久久久鬼色| 亚洲资源在线观看| 久久久精品人体av艺术| 91精品国产手机| 精品视频在线免费观看| 99视频精品在线| 成人性生交大片免费看在线播放 | 欧美三级中文字幕在线观看| 国产成人8x视频一区二区| 午夜精品福利一区二区三区av| 国产欧美精品一区二区色综合| 91精品国产欧美一区二区成人| 97se亚洲国产综合自在线不卡| 国内精品免费在线观看| 日韩高清不卡一区二区三区| 亚洲精品五月天| 樱花影视一区二区| 综合久久久久久| 亚洲另类春色校园小说| 亚洲人精品午夜| 亚洲不卡一区二区三区| 亚洲成人一二三| 麻豆视频观看网址久久|