Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c757 static void ShowTXTRecord(uint16_t txtLen, const unsigned char *txtRecord) in ShowTXTRecord() function
813 if (!errorCode && txtLen > 1) { printf("\n"); ShowTXTRecord(txtLen, txtRecord); } in resolve_reply()
1464 ShowTXTRecord(ptr-txt, txt); in RegisterService()