26 #ifndef NFD_DAEMON_FACE_ETHERNET_PROTOCOL_HPP
27 #define NFD_DAEMON_FACE_ETHERNET_PROTOCOL_HPP
31 #include <ndn-cxx/net/ethernet.hpp>
32 #include <net/ethernet.h>
37 using namespace ndn::ethernet;
39 std::tuple<const ether_header*, std::string>
40 checkFrameHeader(span<const uint8_t> packet,
const Address& localAddr,
const Address& destAddr);
std::tuple< const ether_header *, std::string > checkFrameHeader(span< const uint8_t > packet, const Address &localAddr, const Address &destAddr)
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents,...