📄 test_socket6.xrls
字号:
/* * 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_socket6.xrls,v 1.5 2007/02/16 22:47:59 pavlin Exp $ *//** * Get name of Xrl Target */finder://test_socket6/common/0.1/get_target_name->name:txt/** * Get version string from Xrl Target */finder://test_socket6/common/0.1/get_version->version:txt/** * Get status of Xrl Target */finder://test_socket6/common/0.1/get_status->status:u32&reason:txt/** * Request clean shutdown of Xrl Target */finder://test_socket6/common/0.1/shutdown/** * Method invoked by target implementing socket6/0.1 when a packet arrives * from an IPv6 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_socket6/socket6_user/0.1/recv_event?sockid:txt&src_host:ipv6&src_port:u32&data:binary/** * Method invoked by target implementing socket6/0.1 when a connection request * is received from an IPv6 source. */finder://test_socket6/socket6_user/0.1/connect_event?sockid:txt&src_host:ipv6&src_port:u32&new_sockid:txt->accept:bool/** * Method invoked by target implementing socket6/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_socket6/socket6_user/0.1/error_event?sockid:txt&error:txt&fatal:bool/** * Method invoked by target implementing socket6/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_socket6/socket6_user/0.1/close_event?sockid:txt&reason:txt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -