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

/fuchsia/zircon/system/dev/ethernet/ethertap/
H A Dethertap.h22 class TapCtl : public ddk::Device<TapCtl, ddk::Ioctlable> { class in namespace:eth
24 TapCtl(zx_device_t* device);
H A Dethertap.cpp23 TapCtl::TapCtl(zx_device_t* device) : ddk::Device<TapCtl, ddk::Ioctlable>(device) {} function in class:eth::TapCtl
25 void TapCtl::DdkRelease() {
29 zx_status_t TapCtl::DdkIoctl(uint32_t op, const void* in_buf, size_t in_len, void* out_buf,
329 auto dev = fbl::unique_ptr<eth::TapCtl>(new eth::TapCtl(device));

Completed in 110 milliseconds