Vanetza
Loading...
Searching...
No Matches
ethertype.hpp
1
#ifndef ETHERTYPE_HPP_ED3SIJFX
2
#define ETHERTYPE_HPP_ED3SIJFX
3
4
#include <vanetza/common/byte_order.hpp>
5
6
namespace
vanetza
7
{
8
namespace
access
9
{
10
11
using
EtherType = uint16be_t;
12
13
namespace
ethertype
14
{
15
16
static
const
EtherType GeoNetworking = host_cast<uint16_t>(0x8947);
17
static
const
EtherType WSMP = host_cast<uint16_t>(0x88DC);
18
19
}
// namespace ethertype
20
21
}
// namespace access
22
}
// namespace vanetza
23
24
#endif
/* ETHERTYPE_HPP_ED3SIJFX */
25
vanetza
access
ethertype.hpp
Generated on Thu Nov 30 2023 12:03:34 for Vanetza by
1.9.6