
#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 |
Definition at line 86 of file vipl_packets.h.
|
|
The packet type value. Definition at line 89 of file vipl_packets.h. Referenced by vip_handle_3way_done(), vip_handle_matching_message(), and vip_handle_put_done(). |
|
|
The third byte of the length (coded on 3 bytes). Definition at line 91 of file vipl_packets.h. Referenced by vip_handle_matching_message(), and vip_handle_put_done(). |
|
|
The second byte of the length (coded on 3 bytes). Definition at line 93 of file vipl_packets.h. Referenced by vip_handle_matching_message(), and vip_handle_put_done(). |
|
|
The first byte of the length (coded on 3 bytes). Definition at line 95 of file vipl_packets.h. Referenced by vip_handle_matching_message(), and vip_handle_put_done(). |
|
|
Index of the remote NIC handle (network order). Definition at line 97 of file vipl_packets.h. Referenced by vip_check_nic_and_vi(), and vip_handle_put_ok(). |
|
|
Index of the remote VI handle (network order). Definition at line 99 of file vipl_packets.h. Referenced by vip_check_nic_and_vi(), and vip_handle_put_ok(). |
1.4.4.