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

📄 socket4_locator_xif.hh

📁 xorp源码hg
💻 HH
字号:
/* * Copyright (c) 2001-2007 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/socket4_locator_xif.hh,v 1.9 2007/02/16 22:47:44 pavlin Exp $ */#ifndef __XRL_INTERFACES_SOCKET4_LOCATOR_XIF_HH__#define __XRL_INTERFACES_SOCKET4_LOCATOR_XIF_HH__#undef XORP_LIBRARY_NAME#define XORP_LIBRARY_NAME "XifSocket4Locator"#include "libxorp/xlog.h"#include "libxorp/callback.hh"#include "libxipc/xrl.hh"#include "libxipc/xrl_error.hh"#include "libxipc/xrl_sender.hh"class XrlSocket4LocatorV0p1Client {public:    XrlSocket4LocatorV0p1Client(XrlSender* s) : _sender(s) {}    virtual ~XrlSocket4LocatorV0p1Client() {}    typedef XorpCallback2<void, const XrlError&, const string*>::RefPtr FindSocketServerForAddrCB;    /**     *  Send Xrl intended to:     *     *  Find suitable socket serving Xrl Target for a particular interface     *  address.     *     *  @param dst_xrl_target_name the Xrl target name of the destination.     */    bool send_find_socket_server_for_addr(	const char*	dst_xrl_target_name,	const IPv4&	local_addr,	const FindSocketServerForAddrCB&	cb    );protected:    XrlSender* _sender;private:    void unmarshall_find_socket_server_for_addr(	const XrlError&	e,	XrlArgs*	a,	FindSocketServerForAddrCB		cb    );};#endif /* __XRL_INTERFACES_SOCKET4_LOCATOR_XIF_HH__ */

⌨️ 快捷键说明

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