test_socket4.xrls

来自「xorp源码hg」· XRLS 代码 · 共 71 行

XRLS
71
字号
/* * 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 'tgt-gen'. * * $XORP: xorp/xrl/targets/test_socket4.xrls,v 1.5 2007/02/16 22:47:59 pavlin Exp $ *//** *  Get name of Xrl Target */finder://test_socket4/common/0.1/get_target_name->name:txt/** *  Get version string from Xrl Target */finder://test_socket4/common/0.1/get_version->version:txt/** *  Get status of Xrl Target */finder://test_socket4/common/0.1/get_status->status:u32&reason:txt/** *  Request clean shutdown of Xrl Target */finder://test_socket4/common/0.1/shutdown/** *  Method invoked by target implementing socket4/0.1 when a packet arrives *  from an IPv4 source. * *  @param sockid the identifier associated with socket where error occurred. * *  @param src_host the originating host. * *  @param src_port the originating IP port. * *  @param data the data received. */finder://test_socket4/socket4_user/0.1/recv_event?sockid:txt&src_host:ipv4&src_port:u32&data:binary/** *  Method invoked by target implementing socket4/0.1 when a connection request *  is received from an IPv4 source. */finder://test_socket4/socket4_user/0.1/connect_event?sockid:txt&src_host:ipv4&src_port:u32&new_sockid:txt->accept:bool/** *  Method invoked by target implementing socket4/0.1 when an error occurs. * *  @param sockid the identifier associated with socket where error occurred. * *  @param error a textual description of the error. * *  @param fatal indication of whether socket is shutdown because of error. */finder://test_socket4/socket4_user/0.1/error_event?sockid:txt&error:txt&fatal:bool/** *  Method invoked by target implementing socket4/0.1 when a socket is forcibly *  closed. This would typically happen when the address the socket is bound to *  is removed from an interface. This method is not called if the socket is *  closed through socket/0.1/close. */finder://test_socket4/socket4_user/0.1/close_event?sockid:txt&reason:txt

⌨️ 快捷键说明

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