ROHC compression/decompression library
|
Defines a W-LSB window entry. More...
#include <wlsb.h>
Public Attributes | |
int | sn |
The Sequence Number (SN) associated with the entry (used to acknowledge the entry) | |
int | time |
The time stamp associated with the entry (used to acknowledge the entry) | |
int | value |
The value stored in the window entry. | |
boolean | used |
Whether the window entry is used or not. |
Defines a W-LSB window entry.
int c_window::sn |
The Sequence Number (SN) associated with the entry (used to acknowledge the entry)
Referenced by c_ack_sn_wlsb(), c_add_wlsb(), and print_wlsb_stats().
int c_window::time |
The time stamp associated with the entry (used to acknowledge the entry)
Referenced by c_ack_remove(), c_ack_time_wlsb(), c_add_wlsb(), c_create_wlsb(), and print_wlsb_stats().
Whether the window entry is used or not.
Referenced by c_ack_remove(), c_ack_sn_wlsb(), c_ack_time_wlsb(), c_add_wlsb(), c_create_wlsb(), c_get_k_wlsb(), c_mean_wlsb(), c_sum_wlsb(), and print_wlsb_stats().
int c_window::value |
The value stored in the window entry.
Referenced by c_add_wlsb(), c_get_k_wlsb(), c_mean_wlsb(), c_sum_wlsb(), and print_wlsb_stats().