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>
36using namespace ndn::ethernet;
38std::tuple<const ether_header*, std::string>
39checkFrameHeader(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)