• Home
  • Raw
  • Download

Lines Matching refs:AuthRecord

103AuthRecord *rr;				// Pointer to variable-sized AuthRecord (Why a pointer? Why not just embed it h…
113 AuthRecord *subtypes;
486 mDNSlocal AuthRecord *read_rr_from_ipc_msg(request_state *request, int GetTTL, int validate_flags) in read_rr_from_ipc_msg()
498 AuthRecord *rr; in read_rr_from_ipc_msg()
516 …rr = mallocL("AuthRecord/read_rr_from_ipc_msg", sizeof(AuthRecord) - sizeof(RDataBody) + storage_s… in read_rr_from_ipc_msg()
610 AuthRecord *st = instance->subtypes; in external_start_advertising_helper()
644 AuthRecord *st = instance->subtypes; in external_stop_advertising_helper()
670 mDNSexport void FreeExtraRR(mDNS *const m, AuthRecord *const rr, mStatus result) in FreeExtraRR()
723 AuthRecord *rr; in CountPeerRegistrations()
736 AuthRecord *rr; in CountExistingRegistrations()
866 mDNSlocal void regrecord_callback(mDNS *const m, AuthRecord *rr, mStatus result) in regrecord_callback()
998 AuthRecord *rr = read_rr_from_ipc_msg(request, 1, 1); in handle_regrecord_request()
1156 mDNSlocal void update_callback(mDNS *const m, AuthRecord *const rr, RData *oldrd, mDNSu16 oldrdlen) in update_callback()
1183 mDNSlocal mStatus update_record(AuthRecord *rr, mDNSu16 rdlen, const char *rdata, mDNSu32 ttl, cons… in update_record()
1209 AuthRecord *rr = NULL; in handle_update_request()
1418 mDNSexport AuthRecord *AllocateSubTypes(mDNSs32 NumSubTypes, char *p) in AllocateSubTypes()
1420 AuthRecord *st = mDNSNULL; in AllocateSubTypes()
1424 st = mallocL("ServiceSubTypes", NumSubTypes * sizeof(AuthRecord)); in AllocateSubTypes()
1878 mDNSlocal void FreeARElemCallback(mDNS *const m, AuthRecord *const rr, mStatus result) in FreeARElemCallback()
3181 AuthRecord *rr = read_rr_from_ipc_msg(request, 0, 0); in handle_reconfirm_request()
4209 const AuthRecord *ar; in LogEtcHosts()
4248 const AuthRecord *ar; in LogLocalOnlyAuthRecords()
4272 mDNSlocal void LogAuthRecords(mDNS *const m, const mDNSs32 now, AuthRecord *ResourceRecords, int *p… in LogAuthRecords()
4275 const AuthRecord *ar; in LogAuthRecords()