Searched refs:Ioctl (Results 1 – 3 of 3) sorted by relevance
122 int err = tap_fd->Ioctl(TUNSETIFF, &ifr); in OpenTapInterface()134 tap_fd->Ioctl(TUNSETOFFLOAD, in OpenTapInterface()138 tap_fd->Ioctl(TUNSETVNETHDRSZ, &len); in OpenTapInterface()
329 int Ioctl(int request, void* val = nullptr);
886 int FileInstance::Ioctl(int request, void* val) { in Ioctl() function in cuttlefish::FileInstance