#include <inet.hh>
|
uint8_t | type () const |
|
uint8_t | typeNumber () const |
|
uint8_t | typeClass () const |
|
uint8_t | typeCopied () const |
|
uint8_t | len () const |
|
bool | isNumber (int num) const |
|
bool | isClass (int cls) const |
|
bool | isCopied (int cpy) const |
|
const uint8_t * | data () const |
|
void | sec (ip_opt_data_sec &sec) const |
|
void | lsrr (ip_opt_data_rr &rr) const |
|
void | ssrr (ip_opt_data_rr &rr) const |
|
void | ts (ip_opt_data_ts &ts) const |
|
uint16_t | satid () const |
|
uint16_t | mtup () const |
|
uint16_t | mtur () const |
|
void | tr (ip_opt_data_tr &tr) const |
|
const uint32_t * | addext () const |
|
uint16_t | rtralt () const |
|
void | sdb (std::vector< uint32_t > &vec) const |
|
Definition at line 334 of file inet.hh.
const uint32_t* Net::IpOpt::addext |
( |
| ) |
const |
|
inline |
const uint8_t* Net::IpOpt::data |
( |
| ) |
const |
|
inline |
bool Net::IpOpt::isClass |
( |
int |
cls | ) |
const |
|
inline |
bool Net::IpOpt::isCopied |
( |
int |
cpy | ) |
const |
|
inline |
bool Net::IpOpt::isNumber |
( |
int |
num | ) |
const |
|
inline |
uint8_t Net::IpOpt::len |
( |
| ) |
const |
|
inline |
void Net::IpOpt::lsrr |
( |
ip_opt_data_rr & |
rr | ) |
const |
uint16_t Net::IpOpt::mtup |
( |
| ) |
const |
|
inline |
uint16_t Net::IpOpt::mtur |
( |
| ) |
const |
|
inline |
uint16_t Net::IpOpt::rtralt |
( |
| ) |
const |
|
inline |
uint16_t Net::IpOpt::satid |
( |
| ) |
const |
|
inline |
void Net::IpOpt::sdb |
( |
std::vector< uint32_t > & |
vec | ) |
const |
void Net::IpOpt::sec |
( |
ip_opt_data_sec & |
sec | ) |
const |
void Net::IpOpt::ssrr |
( |
ip_opt_data_rr & |
rr | ) |
const |
void Net::IpOpt::tr |
( |
ip_opt_data_tr & |
tr | ) |
const |
void Net::IpOpt::ts |
( |
ip_opt_data_ts & |
ts | ) |
const |
uint8_t Net::IpOpt::type |
( |
| ) |
const |
|
inline |
uint8_t Net::IpOpt::typeClass |
( |
| ) |
const |
|
inline |
uint8_t Net::IpOpt::typeCopied |
( |
| ) |
const |
|
inline |
uint8_t Net::IpOpt::typeNumber |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: