Home
last modified time | relevance | path

Searched refs:txtRecord (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DMDnsSdListener.h38 uint16_t txtLen, const unsigned char *txtRecord, void *inContext);
119 const char *host, int port, int textLen, void *txtRecord);
DMDnsSdListener.cpp156 const char *domain, const char *host, int port, int txtLen, void *txtRecord) { in serviceRegister() argument
173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback, in serviceRegister()
431 unsigned char txtRecord[2048] = ""; in runCommand() local
432 unsigned char *ptr = txtRecord; in runCommand()
443 if (ptr + dataLength + 1 > txtRecord + sizeof(txtRecord)) { in runCommand()
453 serviceType, domain, host, port, ptr - txtRecord, txtRecord); in runCommand()