Home
last modified time | relevance | path

Searched defs:ifIndex (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/
DTcUtils.h28 inline int tcQdiscAddDevClsact(int ifIndex) { in tcQdiscAddDevClsact()
32 inline int tcQdiscReplaceDevClsact(int ifIndex) { in tcQdiscReplaceDevClsact()
36 inline int tcQdiscDelDevClsact(int ifIndex) { in tcQdiscDelDevClsact()
DMDnsSdListener.cpp77 int MDnsSdListener::discover(uint32_t ifIndex, const char* regType, const char* domain, in discover()
106 uint32_t ifIndex, DNSServiceErrorType errorCode, in MDnsSdListenerDiscoverCallback()
164 const std::vector<unsigned char>& txtRecord, uint32_t ifIndex) { in serviceRegister()
223 int MDnsSdListener::resolveService(int requestId, uint32_t ifIndex, const char* serviceName, in resolveService()
252 uint32_t ifIndex, DNSServiceErrorType errorCode, in MDnsSdListenerResolveCallback()
289 int MDnsSdListener::getAddrInfo(int requestId, uint32_t ifIndex, uint32_t protocol, in getAddrInfo()
316 uint32_t ifIndex, DNSServiceErrorType errorCode, in MDnsSdListenerGetAddrInfoCallback() argument
DNetlinkHandler.cpp88 static long parseIfIndex(const char* ifIndex) { in parseIfIndex()
126 const char *ifIndex = evt->findParam("IFINDEX"); in onEvent() local
DNetworkController.cpp159 if (int ifIndex = if_nametoindex(iface.c_str())) { local
559 int ifIndex = RouteController::getIfIndex(interface); in addInterfaceToNetwork() local
672 void NetworkController::addInterfaceAddress(unsigned ifIndex, const char* address) { in addInterfaceAddress()
/system/netd/tests/
Dbinder_test.cpp5640 std::optional<sockaddr_in6> getV6LinkLocalAddrFromIfIndex(const unsigned ifIndex) { in getV6LinkLocalAddrFromIfIndex()