#include <lbm.h>
Data Fields | |
int | type |
lbm_uint32_t | src_ip |
lbm_ushort_t | src_port |
lbm_ushort_t | dest_port |
lbm_uint32_t | mc_group |
lbm_uint32_t | transport_id |
lbm_uint32_t | session_id |
lbm_uint32_t | topic_idx |
char | _fill [LBM_EXTERNAL_STRUCT_FILL_SIZE] |
TCP:192.168.0.4:45789[1539853954]
LBTRM:10.29.3.88:14390:e0679abb:231.13.13.13:14400[1539853954]
LBT-RU:192.168.3.189:34678[1539853954]
LBT-IPC:6481f8d4:20000[1539853954]
LBT-RDMA:192.168.3.189:34678:6471e9c4[1539853954]
Type of transport. See LBM_TRANSPORT_TYPE_*.
lbm_uint32_t lbm_transport_source_info_t_stct::src_ip |
Source IP address. Applicable only to LBT-RM, LBT-RU, TCP, and LBT-RDMA. Stored in network order.
lbm_ushort_t lbm_transport_source_info_t_stct::src_port |
Source port. Applicable only to LBT-RM, LBT-RU, TCP, and LBT-RDMA. Stored in host order.
lbm_ushort_t lbm_transport_source_info_t_stct::dest_port |
Destination port. Applicable only to LBT-RM. Stored in host order.
lbm_uint32_t lbm_transport_source_info_t_stct::mc_group |
Multicast group. Applicable only to LBT-RM. Stored in network order.
lbm_uint32_t lbm_transport_source_info_t_stct::transport_id |
Transport ID. Applicable only to LBT-IPC. Stored in host order.
lbm_uint32_t lbm_transport_source_info_t_stct::session_id |
Session ID. Applicable only to LBT-RM, LBT-RU, and LBT-IPC. Stored in host order.
lbm_uint32_t lbm_transport_source_info_t_stct::topic_idx |
Topic index. Applicable to all transports. Stored in host order.