#include <ipv4_header.hpp>
|
unsigned short | decode (int a, int b) const |
|
Definition at line 51 of file ipv4_header.hpp.
ipv4_header::ipv4_header |
( |
| ) |
|
|
inline |
unsigned short ipv4_header::decode |
( |
int |
a, |
|
|
int |
b |
|
) |
| const |
|
inlineprivate |
boost::asio::ip::address_v4 ipv4_header::destination_address |
( |
| ) |
const |
|
inline |
bool ipv4_header::dont_fragment |
( |
| ) |
const |
|
inline |
unsigned short ipv4_header::fragment_offset |
( |
| ) |
const |
|
inline |
unsigned short ipv4_header::header_checksum |
( |
| ) |
const |
|
inline |
unsigned short ipv4_header::header_length |
( |
| ) |
const |
|
inline |
unsigned short ipv4_header::identification |
( |
| ) |
const |
|
inline |
bool ipv4_header::more_fragments |
( |
| ) |
const |
|
inline |
unsigned char ipv4_header::protocol |
( |
| ) |
const |
|
inline |
boost::asio::ip::address_v4 ipv4_header::source_address |
( |
| ) |
const |
|
inline |
unsigned int ipv4_header::time_to_live |
( |
| ) |
const |
|
inline |
unsigned short ipv4_header::total_length |
( |
| ) |
const |
|
inline |
unsigned char ipv4_header::type_of_service |
( |
| ) |
const |
|
inline |
unsigned char ipv4_header::version |
( |
| ) |
const |
|
inline |
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
ipv4_header & |
header |
|
) |
| |
|
friend |
unsigned char ipv4_header::rep_[60] |
|
private |
The documentation for this class was generated from the following file: