Handle decoding of TCP TimeStamp (TS) option. More...
#include "rohc_decomp_internals.h"#include "decomp_wlsb.h"#include <stdlib.h>#include <stdint.h>

Go to the source code of this file.
Functions | |
| int | d_tcp_ts_lsb_parse (const struct rohc_decomp_ctxt *const context, const uint8_t *const data, const size_t data_len, struct rohc_lsb_field32 *const ts_field) |
| Parse the LSBs bits of one of the TS echo request/reply fields. | |
Handle decoding of TCP TimeStamp (TS) option.
| int d_tcp_ts_lsb_parse | ( | const struct rohc_decomp_ctxt *const | context, | |
| const uint8_t *const | data, | |||
| const size_t | data_len, | |||
| struct rohc_lsb_field32 *const | ts_field | |||
| ) |
Parse the LSBs bits of one of the TS echo request/reply fields.
See RFC4996 page 65
| context | The decompression context | |
| data | The data to decode | |
| data_len | The length of the data to decode | |
| [out] | ts_field | The information of TS option field extracted from packet |
1.6.1