|
ROHC compression/decompression library
|
Defines a W-LSB window entry. More...
#include <wlsb.h>
Data Fields | |
| uint16_t | sn |
| The Sequence Number (SN) associated with the entry (used to acknowledge the entry) | |
| uint32_t | value |
| The value stored in the window entry. | |
| int | is_used |
| Whether the window entry is used or not. | |
Defines a W-LSB window entry.
Whether the window entry is used or not.
1 if the window entry is used, 0 if not
Referenced by c_ack_sn_wlsb(), c_add_wlsb(), c_create_wlsb(), c_get_k_wlsb(), c_mean_wlsb(), and c_sum_wlsb().
| uint16_t c_window::sn |
The Sequence Number (SN) associated with the entry (used to acknowledge the entry)
Referenced by c_ack_sn_wlsb(), and c_add_wlsb().
| uint32_t c_window::value |
The value stored in the window entry.
Referenced by c_add_wlsb(), c_get_k_wlsb(), c_mean_wlsb(), and c_sum_wlsb().
1.7.6.1