?? fea_rawpkt_client.xif
字號:
/* $XORP: xorp/xrl/interfaces/fea_rawpkt_client.xif,v 1.1.1.1 2002/12/11 23:56:17 hodson Exp $ *//* * Interface for receiving packets on a raw socket. */interface raw_packet_client/0.1 { /** * Receive a packet from a raw socket. * * @param if_name. Interface packet arrived on. * @param vif_name. VIF packet arrived on. * @param packet. Raw packet data. Checksum of packet guaranteed to be * good before method called. Value of the IP checksum * bits in binary packet is undefined. All fields * in the IPv4 header should be in network order. */ recv_raw4 ? \ if_name:txt & \ vif_name:txt & \ packet:binary}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -