Home
last modified time | relevance | path

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

/system/dev/ethernet/ethertap/
A Dethertap.h22 class TapCtl : public ddk::Device<TapCtl, ddk::Ioctlable> {
24 TapCtl(zx_device_t* device);
A Dethertap.cpp27 TapCtl::TapCtl(zx_device_t* device) in TapCtl() function in eth::TapCtl
28 : 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