
#include <vipl_packets.h>
Data Fields | |
| VIP_NET_UCHAR | type |
| VIP_NET_UCHAR | length_24 |
| VIP_NET_UCHAR | length_16 |
| VIP_NET_UCHAR | length_8 |
| VIP_NET_UINT16 | net_remote_nic_index |
| VIP_NET_UINT16 | net_remote_vi_index |
| VIP_NET_UINT16 | net_local_nic_index |
| VIP_NET_UINT16 | net_local_vi_index |
| VIP_NET_UINT32 | pad |
| VIP_NET_UINT32 | net_imm_data |
| VIP_NET_UINT32 | pad2 |
Definition at line 306 of file vipl_packets.h.
|
|
The packet type value. Definition at line 309 of file vipl_packets.h. |
|
|
The third byte of the length (coded on 3 bytes). Definition at line 311 of file vipl_packets.h. |
|
|
The second byte of the length (coded on 3 bytes). Definition at line 313 of file vipl_packets.h. |
|
|
The first byte of the length (coded on 3 bytes). Definition at line 315 of file vipl_packets.h. |
|
|
Index of the remote NIC handle (network order). Definition at line 317 of file vipl_packets.h. |
|
|
Index of the remote VI handle (network order). Definition at line 319 of file vipl_packets.h. |
|
|
Index of the local NIC handle (network order). Definition at line 321 of file vipl_packets.h. |
|
|
Index of the local VI handle (network order). Definition at line 323 of file vipl_packets.h. |
|
|
Immediate data. Definition at line 326 of file vipl_packets.h. Referenced by vip_handle_3way_ok(). |
1.4.4.