Searched refs:getLLQAtIndex (Results 1 – 1 of 1) sorted by relevance
| /titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | uDNS.c | 2917 mDNSlocal mDNSBool getLLQAtIndex(mDNS *m, DNSMessage *msg, const mDNSu8 *end, LLQOptData *llq, int … in getLLQAtIndex() function 2945 …if (!getLLQAtIndex(m, msg, end, &pktData, 0)) { LogMsg("ERROR recvRefreshReply - getLLQAtIndex"); … in recvRefreshReply() 3008 …if (!getLLQAtIndex(m, msg, end, &opt, 0)) { debugf("Pkt does not contain LLQ Opt"); … in recvLLQEvent() 3168 …if (!getLLQAtIndex(m, pktMsg, end, &llq, 0)) { debugf("recvSetupResponse - GetLLQAtIndex"); goto p… in recvSetupResponse()
|