Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 19 of 19) sorted by relevance

/system/netd/server/
DPhysicalNetwork.cpp26 WARN_UNUSED_RESULT int addToDefault(unsigned netId, const std::string& interface, in addToDefault()
38 WARN_UNUSED_RESULT int removeFromDefault(unsigned netId, const std::string& interface, in removeFromDefault()
72 for (const std::string& interface : mInterfaces) { in setPermission() local
81 for (const std::string& interface : mInterfaces) { in setPermission() local
98 for (const std::string& interface : mInterfaces) { in addAsDefault() local
111 for (const std::string& interface : mInterfaces) { in removeAsDefault() local
124 int PhysicalNetwork::addInterface(const std::string& interface) { in addInterface()
142 int PhysicalNetwork::removeInterface(const std::string& interface) { in removeInterface()
DClatdController.cpp46 pid_t ClatdController::getClatdPid(char* interface) { in getClatdPid()
51 int ClatdController::startClatd(char* interface) { in startClatd()
116 int ClatdController::stopClatd(char* interface) { in stopClatd()
135 bool ClatdController::isClatdStarted(char* interface) { in isClatdStarted()
DVirtualNetwork.cpp44 for (const std::string& interface : mInterfaces) { in addUsers() local
56 for (const std::string& interface : mInterfaces) { in removeUsers() local
71 int VirtualNetwork::addInterface(const std::string& interface) { in addInterface()
84 int VirtualNetwork::removeInterface(const std::string& interface) { in removeInterface()
DInterfaceController.cpp49 int InterfaceController::writeIPv6ProcPath(const char *interface, const char *setting, const char *… in writeIPv6ProcPath()
61 int InterfaceController::setEnableIPv6(const char *interface, const int on) { in setEnableIPv6()
69 int InterfaceController::setIPv6PrivacyExtensions(const char *interface, const int on) { in setIPv6PrivacyExtensions()
78 int InterfaceController::setIPv6NdOffload(char* interface, const int on) { in setIPv6NdOffload()
141 int InterfaceController::setMtu(const char *interface, const char *mtu) in setMtu()
DLocalNetwork.cpp34 int LocalNetwork::addInterface(const std::string& interface) { in addInterface()
46 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface()
DRouteController.cpp122 uint32_t getRouteTableForInterface(const char* interface) { in getRouteTableForInterface()
335 WARN_UNUSED_RESULT int modifyIpRoute(uint16_t action, uint32_t table, const char* interface, in modifyIpRoute()
428 WARN_UNUSED_RESULT int modifyIncomingPacketMark(unsigned netId, const char* interface, in modifyIncomingPacketMark()
539 WARN_UNUSED_RESULT int modifyOutputInterfaceRule(const char* interface, uint32_t table, in modifyOutputInterfaceRule()
672 WARN_UNUSED_RESULT int modifyLocalNetwork(unsigned netId, const char* interface, bool add) { in modifyLocalNetwork()
680 WARN_UNUSED_RESULT int modifyPhysicalNetwork(unsigned netId, const char* interface, in modifyPhysicalNetwork()
701 WARN_UNUSED_RESULT int modifyVirtualNetwork(unsigned netId, const char* interface, in modifyVirtualNetwork()
739 WARN_UNUSED_RESULT int modifyDefaultNetwork(uint16_t action, const char* interface, in modifyDefaultNetwork()
790 WARN_UNUSED_RESULT int modifyRoute(uint16_t action, const char* interface, const char* destination, in modifyRoute()
825 WARN_UNUSED_RESULT int flushRoutes(const char* interface) { in flushRoutes()
[all …]
DNetwork.cpp44 std::string interface = *mInterfaces.begin(); in clearInterfaces() local
DTetherController.cpp289 int TetherController::tetherInterface(const char *interface) { in tetherInterface()
312 int TetherController::untetherInterface(const char *interface) { in untetherInterface()
DNetworkController.cpp337 int NetworkController::addInterfaceToNetwork(unsigned netId, const char* interface) { in addInterfaceToNetwork()
353 int NetworkController::removeInterfaceFromNetwork(unsigned netId, const char* interface) { in removeInterfaceFromNetwork()
438 int NetworkController::addRoute(unsigned netId, const char* interface, const char* destination, in addRoute()
443 int NetworkController::removeRoute(unsigned netId, const char* interface, const char* destination, in removeRoute()
523 int NetworkController::modifyRoute(unsigned netId, const char* interface, const char* destination, in modifyRoute()
DCommandListener.cpp1431 const char* interface = argv[nextArg++]; in runCommand() local
/system/core/libnetutils/
Ddhcp_utils.c51 void get_p2p_interface_replacement(const char *interface, char *p2p_interface) { in get_p2p_interface_replacement()
87 static int fill_ip_info(const char *interface, in fill_ip_info()
186 int dhcp_do_request(const char *interface, in dhcp_do_request()
260 int dhcp_stop(const char *interface) in dhcp_stop()
294 int dhcp_release_lease(const char *interface) in dhcp_release_lease()
330 int dhcp_do_request_renew(const char *interface, in dhcp_do_request_renew()
/system/vold/
DCheckBattery.cpp39 sp<IBatteryPropertiesRegistrar> interface; variable
/system/core/adf/libadf/
Dadf.c183 adf_id_t overlay_engine, adf_id_t interface, bool attach) in adf_device_attachment()
200 adf_id_t interface) in adf_device_attach()
206 adf_id_t interface) in adf_device_detach()
457 adf_id_t interface, adf_id_t **overlay_engines) in adf_overlay_engines_for_interface()
712 adf_id_t interface, adf_id_t *overlay_engine) in adf_find_simple_post_overlay_engine()
769 adf_id_t *interface, adf_id_t *overlay_engine) in adf_find_simple_post_configuration()
/system/core/fastboot/
Dusb_osx.c61 IOUSBInterfaceInterface190 **interface; member
73 IOUSBInterfaceInterface190 **interface = NULL; in try_interfaces() local
/system/core/adb/
Dusb_osx.c42 IOUSBInterfaceInterface **interface; member
304 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product) in CheckInterface()
Dusb_libusb.c50 int interface; member
249 check_usb_interface(libusb_interface *interface, in check_usb_interface()
Dusb_linux.c158 struct usb_interface_descriptor* interface; in find_usb_device() local
562 int interface, int serial_index, unsigned zero_mask) in register_device()
/system/core/libusbhost/
Dusbhost.c529 int usb_device_claim_interface(struct usb_device *device, unsigned int interface) in usb_device_claim_interface()
534 int usb_device_release_interface(struct usb_device *device, unsigned int interface) in usb_device_release_interface()
540 unsigned int interface, int connect) in usb_device_connect_kernel_driver()
555 int usb_device_set_interface(struct usb_device *device, unsigned int interface, in usb_device_set_interface()
/system/core/init/
Dbuiltins.c166 static int __ifupdown(const char *interface, int up) in __ifupdown()