Searched refs:txtRecord (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | MDnsSdListener.h | 40 uint16_t txtLen, const unsigned char *txtRecord, void *inContext); 123 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()
|