Lines Matching refs:artype

13496     AuthRecType artype;  in setAuthRecType()  local
13499 artype = AuthRecordLocalOnly; in setAuthRecType()
13501 artype = AuthRecordP2P; in setAuthRecType()
13504 artype = AuthRecordAnyIncludeAWDLandP2P; in setAuthRecType()
13506 artype = AuthRecordAnyIncludeP2P; in setAuthRecType()
13508 artype = AuthRecordAnyIncludeAWDL; in setAuthRecType()
13510 artype = AuthRecordAny; in setAuthRecType()
13512 return artype; in setAuthRecType()
13532 AuthRecType artype; in mDNS_RegisterService() local
13544 artype = setAuthRecType(InterfaceID, flags); in mDNS_RegisterService()
13548 …NSNULL, InterfaceID, kDNSType_PTR, kStandardTTL, kDNSRecordTypeAdvisory, artype, ServiceCallback, … in mDNS_RegisterService()
13549 …NSNULL, InterfaceID, kDNSType_PTR, kStandardTTL, kDNSRecordTypeShared, artype, ServiceCallback, … in mDNS_RegisterService()
13556 …->RR_SRV, mDNSNULL, InterfaceID, kDNSType_SRV, kHostNameTTL, recordType, artype, ServiceCallback, … in mDNS_RegisterService()
13557 …->RR_TXT, txtrdata, InterfaceID, kDNSType_TXT, kStandardTTL, recordType, artype, ServiceCallback, … in mDNS_RegisterService()
13596 …mDNSNULL, InterfaceID, kDNSType_PTR, kStandardTTL, kDNSRecordTypeShared, artype, ServiceCallback, … in mDNS_RegisterService()
13658 AuthRecType artype; in mDNS_AddRecordToService() local
13662 artype = setAuthRecType(InterfaceID, flags); in mDNS_AddRecordToService()
13666 … extra->r.resrec.rrtype, ttl, kDNSRecordTypeUnique, artype, ServiceCallback, sr); in mDNS_AddRecordToService()
13859 AuthRecType artype; in mDNS_RegisterNoSuchService() local
13861 artype = setAuthRecType(InterfaceID, flags); in mDNS_RegisterNoSuchService()
13863 …mDNSNULL, InterfaceID, kDNSType_SRV, kHostNameTTL, kDNSRecordTypeUnique, artype, Callback, Context… in mDNS_RegisterNoSuchService()
13876 AuthRecType artype; in mDNS_AdvertiseDomains() local
13879 artype = AuthRecordLocalOnly; in mDNS_AdvertiseDomains()
13881 artype = AuthRecordP2P; in mDNS_AdvertiseDomains()
13883 artype = AuthRecordAny; in mDNS_AdvertiseDomains()
13884 …mDNSNULL, InterfaceID, kDNSType_PTR, kStandardTTL, kDNSRecordTypeShared, artype, mDNSNULL, mDNSNUL… in mDNS_AdvertiseDomains()