EMANE  1.2.1
rawtransport.cc File Reference

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]
 

Function Documentation

◆ DECLARE_TRANSPORT()

DECLARE_TRANSPORT ( EMANE::Transports::Raw::RawTransport  )

Variable Documentation

◆ sll_addr

std::uint8_t sll_addr[8]

Definition at line 63 of file rawtransport.cc.

◆ sll_family

std::uint16_t sll_family

Definition at line 57 of file rawtransport.cc.

◆ sll_halen

std::uint8_t sll_halen

Definition at line 62 of file rawtransport.cc.

◆ sll_ifindex

std::uint32_t sll_ifindex

Definition at line 59 of file rawtransport.cc.

◆ sll_pkttype

std::uint8_t sll_pkttype

Definition at line 61 of file rawtransport.cc.

◆ sll_protocol

std::uint16_t sll_protocol

Definition at line 58 of file rawtransport.cc.

◆ sll_type

std::uint16_t sll_type

Definition at line 60 of file rawtransport.cc.