13#ifndef PACKET_LBTRU_H_INCLUDED
14#define PACKET_LBTRU_H_INCLUDED
22 uint32_t next_client_id;
29 uint16_t receiver_port;
43 uint32_t data_high_sqn;
47lbtru_transport_t * lbtru_transport_add(
const address * source_address, uint16_t source_port, uint32_t session_id, uint32_t frame);
48char * lbtru_transport_source_string(
const address * source_address, uint16_t source_port, uint32_t session_id);
struct _address address
Holds a network or link-layer address of any supported type.
struct _wmem_list_t wmem_list_t
Opaque type representing a scoped, doubly-linked list in the wmem system.
Definition wmem_list.h:42
struct _wmem_tree_t wmem_tree_t
Opaque type representing a red-black tree in the wmem system.
Definition wmem_tree.h:49
Definition packet-lbm.h:371
Definition packet-lbtru.h:27
Definition packet-lbtru.h:17