Searched refs:EthmacProtocolProxy (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dethernet.h18 // ddk::EthmacIfcProxy and ddk::EthmacProtocolProxy are simple wrappers around ethmac_ifc_t and
47 // proxy_.reset(new ddk::EthmacProtocolProxy(ops, parent_));
69 // fbl::unique_ptr<ddk::EthmacProtocolProxy> proxy_;
221 class EthmacProtocolProxy { class in namespace:ddk
223 EthmacProtocolProxy(ethmac_protocol_t* proto) function in class:ddk::EthmacProtocolProxy
/fuchsia/zircon/system/ulib/ddktl/test/
H A Dethernet-tests.cpp55 zx_status_t StartProtocol(ddk::EthmacProtocolProxy* proxy) {
227 ddk::EthmacProtocolProxy proxy(&proto);
255 ddk::EthmacProtocolProxy proxy(&proto);
274 RUN_NAMED_TEST("ddk::EthmacProtocolProxy", test_ethmac_protocol_proxy);

Completed in 94 milliseconds