#include <inet.hh>
|
uint8_t | type () const |
|
uint8_t | len () const |
|
bool | isopt (int opt) const |
|
const uint8_t * | data () const |
|
uint16_t | mss () const |
|
uint8_t | wscale () const |
|
uint32_t | echo () const |
|
uint32_t | tsval () const |
|
uint32_t | tsecr () const |
|
uint32_t | cc () const |
|
uint8_t | cksum () const |
|
const uint8_t * | md5 () const |
|
int | size () const |
|
const uint8_t * | bytes () const |
|
const uint8_t * | payload () const |
|
uint8_t * | bytes () |
|
uint8_t * | payload () |
|
Definition at line 586 of file inet.hh.
const uint8_t* Net::TcpOpt::bytes |
( |
| ) |
const |
|
inline |
uint8_t* Net::TcpOpt::bytes |
( |
| ) |
|
|
inline |
uint32_t Net::TcpOpt::cc |
( |
| ) |
const |
|
inline |
uint8_t Net::TcpOpt::cksum |
( |
| ) |
const |
|
inline |
const uint8_t* Net::TcpOpt::data |
( |
| ) |
const |
|
inline |
uint32_t Net::TcpOpt::echo |
( |
| ) |
const |
|
inline |
bool Net::TcpOpt::isopt |
( |
int |
opt | ) |
const |
|
inline |
uint8_t Net::TcpOpt::len |
( |
| ) |
const |
|
inline |
const uint8_t* Net::TcpOpt::md5 |
( |
| ) |
const |
|
inline |
uint16_t Net::TcpOpt::mss |
( |
| ) |
const |
|
inline |
const uint8_t* Net::TcpOpt::payload |
( |
| ) |
const |
|
inline |
uint8_t* Net::TcpOpt::payload |
( |
| ) |
|
|
inline |
int Net::TcpOpt::size |
( |
| ) |
const |
|
inline |
uint32_t Net::TcpOpt::tsecr |
( |
| ) |
const |
|
inline |
uint32_t Net::TcpOpt::tsval |
( |
| ) |
const |
|
inline |
uint8_t Net::TcpOpt::type |
( |
| ) |
const |
|
inline |
uint8_t Net::TcpOpt::wscale |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: