• Home
  • Raw
  • Download

Lines Matching refs:mDNSu32

250 typedef unsigned int32 mDNSu32;  typedef
253 typedef unsigned int mDNSu32; typedef
256 typedef unsigned long mDNSu32; typedef
277 typedef union { mDNSu8 b[ 4]; mDNSu32 NotAnInteger; } mDNSOpaque32;
278 typedef packedunion { mDNSu8 b[ 6]; mDNSu16 w[3]; mDNSu32 l[1]; } mDNSOpaque48;
279 typedef union { mDNSu8 b[ 8]; mDNSu16 w[4]; mDNSu32 l[2]; } mDNSOpaque64;
280 typedef union { mDNSu8 b[16]; mDNSu16 w[8]; mDNSu32 l[4]; } mDNSOpaque128;
292 …opaque64(op64, index) (op64.l[((index))/(sizeof(mDNSu32) * mDNSNBBY)] |= (1 << ((index) % (sizeof(
293 …paque64(op64, index) (op64.l[((index))/(sizeof(mDNSu32) * mDNSNBBY)] &= ~(1 << ((index) % (sizeof(
294 …opaque64(op64, index) (op64.l[((index))/(sizeof(mDNSu32) * mDNSNBBY)] & (1 << ((index) % (sizeof(m…
548 mDNSu32 vcf; // Version, Traffic Class, Flow Label
576 mDNSu32 seq;
577 mDNSu32 ack;
598 mDNSu32 flags_res; // R/S/O flags and reserved bits
630 mDNSu32 Length;
732mDNSu32 refresh; // Time in seconds that a slave waits after successful replication of the databas…
733mDNSu32 retry; // Time in seconds that a slave waits after an unsuccessful replication attempt be…
734mDNSu32 expire; // Time in seconds that a slave holds on to old data while replication attempts r…
735mDNSu32 min; // Nominally the minimum record TTL for this zone, in seconds; also used for negativ…
753 mDNSu32 llqlease;
770 union { LLQOptData llq; mDNSu32 updatelease; OwnerOptData owner; } u;
948 mDNSu32 upseconds; // Time since last NAT engine reboot, in seconds
959 mDNSu32 NATReq_lease;
967 mDNSu32 upseconds; // Time since last NAT engine reboot, in seconds
970 mDNSu32 NATRep_lease;
1033 mDNSu32 Lifetime;
1040 mDNSu32 NATLease; // Requested lifetime in seconds (doesn't change)
1069 mDNSu32 flags; // Set when we're planning to delete this from the list
1071 mDNSu32 timeout; // timeout value for questions
1081 mDNSu32 flags; // Set when we're planning to delete this from the list
1082 mDNSu32 teststate; // Have we sent bug-detection query to this server?
1088 mDNSu32 timeout; // timeout value for questions
1096 mDNSu32 rroriginalttl; // In seconds
1101 mDNSu32 namehash; // Name-based (i.e. case-insensitive) hash of name
1102mDNSu32 rdatahash; // For rdata containing domain name (e.g. PTR, SRV, CNAME etc.), cas…
1150 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name
1168 mDNSu32 rrauth_size; // Total number of available auth entries
1169 mDNSu32 rrauth_totalused; // Number of auth entries currently occupied
1170 mDNSu32 rrauth_report;
1241 mDNSu32 UpdateCredits; // Token-bucket rate limiting of excessive updates
1322 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name
1343mDNSu32 UnansweredQueries; // Number of times we've issued a query for this record without…
1346mDNSu32 MPUnansweredQ; // Multi-packet query handling: Number of times we've seen a query…
1348mDNSu32 MPUnansweredKA; // Multi-packet query handling: Number of times we've seen this r…
1383mDNSu32 ClientID; // Opaque ID field to be used by client to map an AddRecord call to a set of Ex…
1413 mDNSu32 NumSubTypes;
1518 mDNSu32 qnamehash;
1527 mDNSu32 RecentAnswerPkts; // Number of answers since the last time we sent this query
1528mDNSu32 CurrentAnswers; // Number of records currently in the cache that answer this…
1529 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes
1530mDNSu32 UniqueAnswers; // Number of answers received with kDNSClass_UniqueRRSet bit …
1539mDNSu32 RequestUnicast; // Non-zero if we want to send query with kDNSQClass_Unicast…
1541 mDNSu32 CNAMEReferrals; // Count of how many CNAME redirections we've done
1567 mDNSu32 ReqLease; // seconds (relative)
1629 mDNSu32 Answers;
1662 mDNSu32 uid;
1797 mDNSu32 KnownBugs;
1809 mDNSu32 mDNS_busy; // Incremented between mDNS_Lock/mDNS_Unlock section
1810 mDNSu32 mDNS_reentrancy; // Incremented when calling a client callback
1833 mDNSu32 RandomReconfirmDelay; // For de-synchronization of reconfirmation queries on the wire
1857 mDNSu32 rrcache_size; // Total number of available cache entries
1858 mDNSu32 rrcache_totalused; // Number of cache entries currently occupied
1859mDNSu32 rrcache_active; // Number of cache entries currently occupied by records that answer ac…
1860 mDNSu32 rrcache_report;
1881 mDNSu32 NumFailedProbes;
1924 mDNSu32 LastNATupseconds; // NAT engine uptime in seconds, from most recent NAT packet
2132 CacheEntity *rrcachestorage, mDNSu32 rrcachesize,
2145 extern void mDNS_GrowCache (mDNS *const m, CacheEntity *storage, mDNSu32 numrecords);
2146 extern void mDNS_GrowAuth (mDNS *const m, AuthEntity *storage, mDNSu32 numrecords);
2155 extern mStatus mDNS_Update (mDNS *const m, AuthRecord *const rr, mDNSu32 newttl,
2218 …mDNSu16 rrtype, mDNSu32 ttl, mDNSu8 RecordType, AuthRecType artype, mDNSRecordCallback Callback, v…
2230 AuthRecord *SubTypes, mDNSu32 NumSubTypes,
2231 … mDNSInterfaceID InterfaceID, mDNSServiceCallback Callback, void *Context, mDNSu32 flags);
2232 …, ServiceRecordSet *sr, ExtraResourceRecord *extra, RData *rdata, mDNSu32 ttl, mDNSu32 includeP2P…
2279 extern mDNSu32 SetValidDNSServers(mDNS *m, DNSQuestion *question);
2379 extern mDNSu32 mDNS_vsnprintf(char *sbuffer, mDNSu32 buflen, const char *fmt, va_list arg);
2380 extern mDNSu32 mDNS_snprintf(char *sbuffer, mDNSu32 buflen, const char *fmt, ...) IS_A_PRINTF_STYLE…
2381 extern mDNSu32 NumCacheRecordsForInterfaceID(const mDNS *const m, mDNSInterfaceID id);
2482 …erfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout);
2486 …castResolver(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, mDNSu32 timeout);
2563 mDNSexport mDNSu32 mDNSPlatformStrLCopy( void *dst, const void *src, mDNSu32 dstlen);
2564 mDNSexport mDNSu32 mDNSPlatformStrLen ( const void *src);
2565 extern void mDNSPlatformMemCopy ( void *dst, const void *src, mDNSu32 len);
2566 extern mDNSBool mDNSPlatformMemSame (const void *dst, const void *src, mDNSu32 len);
2567 extern void mDNSPlatformMemZero ( void *dst, mDNSu32 len);
2571 extern void * mDNSPlatformMemAllocate (mDNSu32 len);
2582 extern mDNSu32 mDNSPlatformRandomNumber(void);
2584 extern mDNSu32 mDNSPlatformRandomSeed (void);
2605 extern mDNSInterfaceID mDNSPlatformInterfaceIDfromInterfaceIndex(mDNS *const m, mDNSu32 ifindex);
2606 extern mDNSu32 mDNSPlatformInterfaceIndexfromInterfaceID(mDNS *const m, mDNSInterfaceID id, mDNSBoo…
2731 extern CacheRecord *CreateNewCacheEntry(mDNS *const m, const mDNSu32 slot, CacheGroup *cg, mDNSs32 …
2732 extern void ScheduleNextCacheCheckTime(mDNS *const m, const mDNSu32 slot, const mDNSs32 event);
2733 extern void GrantCacheExtensions(mDNS *const m, DNSQuestion *q, mDNSu32 lease);
2735 …const domainname *const name, const mDNSu32 namehash, const mDNSu16 rrtype, const mDNSu16 rrclass,…
2748 extern AuthGroup *AuthGroupForName(AuthHash *r, const mDNSu32 slot, const mDNSu32 namehash, const d…
2749 extern AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const r…
2930 char assert8[(sizeof(mDNSu32) == 4 ) ? 1 : -1];