Searched refs:EthmacRecv (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dethernet-internal.h21 DECLARE_HAS_MEMBER_FN(has_ethmac_recv, EthmacRecv);
34 "EthmacIfc subclasses must implement EthmacRecv");
35 static_assert(fbl::is_same<decltype(&D::EthmacRecv),
38 "'void EthmacRecv(void*, size_t, uint32_t)', and be visible to "
H A Dethernet.h63 // void EthmacRecv(void* buf, size_t length, uint32_t flags) {
142 static_cast<D*>(cookie)->EthmacRecv(data, length, flags);
/fuchsia/zircon/system/ulib/ddktl/test/
H A Dethernet-tests.cpp34 void EthmacRecv(void* data, size_t length, uint32_t flags) { function in class:__anon1014::TestEthmacIfc

Completed in 25 milliseconds