26 #ifndef NFD_DAEMON_FACE_ETHERNET_PROTOCOL_HPP 27 #define NFD_DAEMON_FACE_ETHERNET_PROTOCOL_HPP 30 #include <ndn-cxx/net/ethernet.hpp> 31 #include <net/ethernet.h> 38 std::pair<const ether_header*, std::string>
40 const Address& localAddr,
const Address& destAddr);
45 #endif // NFD_DAEMON_FACE_ETHERNET_PROTOCOL_HPP
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
std::pair< const ether_header *, std::string > checkFrameHeader(const uint8_t *packet, size_t length, const Address &localAddr, const Address &destAddr)