Searched refs:TapCtl (Results 1 – 2 of 2) sorted by relevance
22 class TapCtl : public ddk::Device<TapCtl, ddk::Ioctlable> {24 TapCtl(zx_device_t* device);
27 TapCtl::TapCtl(zx_device_t* device) in TapCtl() function in eth::TapCtl28 : ddk::Device<TapCtl, ddk::Ioctlable>(device) {} in TapCtl()30 void TapCtl::DdkRelease() { in DdkRelease()34 zx_status_t TapCtl::DdkIoctl(uint32_t op, const void* in_buf, size_t in_len, void* out_buf, in DdkIoctl()335 auto dev = fbl::unique_ptr<eth::TapCtl>(new eth::TapCtl(device)); in tapctl_bind()
Completed in 4 milliseconds