📄 fea_rawpkt6_client.xif
字号:
/* $XORP: xorp/xrl/interfaces/fea_rawpkt6_client.xif,v 1.4 2006/06/15 06:02:43 pavlin Exp $ *//* * Interface for receiving IPv6 packets on a raw socket. */interface raw_packet6_client/0.1 { /** * Receive an IPv6 packet from a raw socket. * * @param if_name the interface name the packet arrived on. * @param vif_name the vif name the packet arrived on. * @param src_address the IP source address. * @param dst_address the IP destination address. * @param ip_protocol the IP protocol number. * @param ip_ttl the IP TTL (hop-limit). If it has a negative value, * then the received value is unknown. * @param ip_tos the Type Of Service (IP traffic class for IPv4). If * it has a negative value, then the received value is * unknown. * @param ip_router_alert if true, the IP Router Alert option was * included in the IP packet. * @param ext_headers_type a list of u32 integers with the types * of the optional extention headers. * @param ext_headers_payload a list of payload data, one for each * optional extention header. The number * of entries must match ext_headers_type. * @param packet the payload, everything after the IP header and * options. */ recv ? if_name:txt \ & vif_name:txt \ & src_address:ipv6 \ & dst_address:ipv6 \ & ip_protocol:u32 \ & ip_ttl:i32 \ & ip_tos:i32 \ & ip_router_alert:bool \ & ext_headers_type:list \ & ext_headers_payload:list \ & payload:binary}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -