Searched refs:LocateAuthorities (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.h256 extern const mDNSu8 *LocateAuthorities(const DNSMessage *const msg, const mDNSu8 *const end);
H A DDNSCommon.c3556 mDNSexport const mDNSu8 *LocateAuthorities(const DNSMessage *const msg, const mDNSu8 *const end) function
3567 const mDNSu8 *ptr = LocateAuthorities(msg, end);
H A DmDNS.c6937 const mDNSu8 *ptr = LocateAuthorities(query, end);
8291 if (response->h.numAuthorities && (ptr = LocateAuthorities(response, end)) != mDNSNULL)
8655 ptr = LocateAuthorities(response, end);
10009 ptr = LocateAuthorities(msg, end);
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DNetMonitor.c606 const mDNSu8 *auth = LocateAuthorities(msg, end);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c1391 ptr = LocateAuthorities(&pkt->msg, end);
1523 ptr = LocateAuthorities(&request->msg, end);

Completed in 278 milliseconds