EMANE
1.2.1
|
#include "rawtransport.h"
#include "emane/downstreampacket.h"
#include "emane/downstreamtransport.h"
#include "emane/configureexception.h"
#include "emane/startexception.h"
#include "emane/utils/threadutils.h"
#include "emane/controls/serializedcontrolmessage.h"
#include <sstream>
Go to the source code of this file.
Functions | |
DECLARE_TRANSPORT (EMANE::Transports::Raw::RawTransport) | |
Variables | |
std::uint16_t | sll_family |
std::uint16_t | sll_protocol |
std::uint32_t | sll_ifindex |
std::uint16_t | sll_type |
std::uint8_t | sll_pkttype |
std::uint8_t | sll_halen |
std::uint8_t | sll_addr [8] |
DECLARE_TRANSPORT | ( | EMANE::Transports::Raw::RawTransport | ) |
std::uint8_t sll_addr[8] |
Definition at line 63 of file rawtransport.cc.
std::uint16_t sll_family |
Definition at line 57 of file rawtransport.cc.
std::uint8_t sll_halen |
Definition at line 62 of file rawtransport.cc.
std::uint32_t sll_ifindex |
Definition at line 59 of file rawtransport.cc.
std::uint8_t sll_pkttype |
Definition at line 61 of file rawtransport.cc.
std::uint16_t sll_protocol |
Definition at line 58 of file rawtransport.cc.
std::uint16_t sll_type |
Definition at line 60 of file rawtransport.cc.