Home
last modified time | relevance | path

Searched refs:Ioctl (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp122 int err = tap_fd->Ioctl(TUNSETIFF, &ifr); in OpenTapInterface()
134 tap_fd->Ioctl(TUNSETOFFLOAD, in OpenTapInterface()
138 tap_fd->Ioctl(TUNSETVNETHDRSZ, &len); in OpenTapInterface()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h329 int Ioctl(int request, void* val = nullptr);
Dshared_fd.cpp886 int FileInstance::Ioctl(int request, void* val) { in Ioctl() function in cuttlefish::FileInstance