Searched refs:ctl_sock_ (Results 1 – 1 of 1) sorted by relevance
43 android::base::unique_fd ctl_sock_; member in EthernetDevice50 : Device(ui), ctl_sock_(socket(AF_INET, SOCK_STREAM | SOCK_CLOEXEC, 0)) { in EthernetDevice()51 if (ctl_sock_ < 0) { in EthernetDevice()75 if (ctl_sock_ < 0) { in SetInterfaceFlags()83 if (ioctl(ctl_sock_, SIOCGIFFLAGS, &ifr) < 0) { in SetInterfaceFlags()89 if (ioctl(ctl_sock_, SIOCSIFFLAGS, &ifr) < 0) { in SetInterfaceFlags()