Searched refs:txtRecord (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | MDnsSdListener.h | 39 uint16_t txtLen, const unsigned char *txtRecord, void *inContext); 121 const char *host, int port, int textLen, void *txtRecord);
|
D | MDnsSdListener.cpp | 163 const char *domain, const char *host, int port, int txtLen, void *txtRecord) { in serviceRegister() argument 180 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback, in serviceRegister() 253 const unsigned char *txtRecord , void *inContext) { in MDnsSdListenerResolveCallback() argument 271 b64_ntop(txtRecord, txtLen, dst, dstLength); in MDnsSdListenerResolveCallback()
|
/system/core/adb/client/ |
D | transport_mdns.cpp | 180 const unsigned char* txtRecord,
|