#include "core/common.hpp"
#include <ndn-cxx/net/ethernet.hpp>
#include <net/ethernet.h>
Go to the source code of this file.
|
| nfd |
| Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
|
|
| nfd::ethernet |
|
|
std::pair< const ether_header *, std::string > | nfd::ethernet::checkFrameHeader (const uint8_t *packet, size_t length, const Address &localAddr, const Address &destAddr) |
|