Searched refs:interfaceName (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DMDnsSdListener.h117 void serviceRegister(SocketClient *cli, int requestId, const char *interfaceName,
122 const char *interfaceName, const char *serviceName, const char *regType,
127 void getAddrInfo(SocketClient *cli, int requestId, const char *interfaceName,
H A DMDnsSdListener.cpp155 const char *interfaceName, const char *serviceName, const char *serviceType,
159 interfaceName, serviceName, serviceType, domain, host, port, txtLen);
171 int interfaceInt = ifaceNameToI(interfaceName);
211 const char *interfaceName, const char *serviceName, const char *regType,
214 ALOGD("resolveService(%d, %s, %s, %s, %s)", requestId, interfaceName,
226 int interfaceInt = ifaceNameToI(interfaceName);
270 const char *interfaceName, uint32_t protocol, const char *hostname) {
271 if (VDBG) ALOGD("getAddrInfo(%d, %s %d, %s)", requestId, interfaceName, protocol, hostname);
281 int interfaceInt = ifaceNameToI(interfaceName);
427 char *interfaceName local
154 serviceRegister(SocketClient *cli, int requestId, const char *interfaceName, const char *serviceName, const char *serviceType, const char *domain, const char *host, int port, int txtLen, void *txtRecord) argument
210 resolveService(SocketClient *cli, int requestId, const char *interfaceName, const char *serviceName, const char *regType, const char *domain) argument
269 getAddrInfo(SocketClient *cli, int requestId, const char *interfaceName, uint32_t protocol, const char *hostname) argument
444 char *interfaceName = NULL; // will use all local
482 char *interfaceName = NULL; // default local
[all...]

Completed in 118 milliseconds