Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mDNSs32

249 typedef   signed int32 mDNSs32;
252 typedef signed int mDNSs32;
255 typedef signed long mDNSs32;
257 //typedef signed int mDNSs32;
313 mDNSs32 type;
377 typedef mDNSs32 mStatus;
731 mDNSs32 serial; // Modular counter; increases when zone changes
1010 mDNSs32 ExpiryTime; // Time this mapping expires, or zero if no mapping
1011 mDNSs32 retryInterval; // Current interval, between last packet we sent and the next one
1012 mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next mapping packet
1083 mDNSs32 lasttest; // Time we sent last bug-detection query to this server
1085 mDNSs32 penaltyTime; // amount of time this server is penalized
1210 mDNSs32 TimeRcvd; // In platform time units
1211 mDNSs32 TimeExpire; // In platform time units
1225 mDNSs32 ImmedAnswerMarkTime;
1234 mDNSs32 ThisAPInterval; // In platform time units: Current interval for announce/probe
1235 mDNSs32 LastAPTime; // In platform time units: Last time we sent announcement/probe
1236 mDNSs32 LastMCTime; // Last time we multicast this record (used to guard against packet-storm attacks)
1242 mDNSs32 NextUpdateCredit; // Time next token is added to bucket
1243 mDNSs32 UpdateBlocked; // Set if update delaying is in effect
1251 mDNSs32 expire; // In platform time units: expiration of lease (-1 for static)
1338 mDNSs32 TimeRcvd; // In platform time units
1339 mDNSs32 DelayDelivery; // Set if we want to defer delivery of this answer to local clients
1340 mDNSs32 NextRequiredQuery; // In platform time units
1341 mDNSs32 LastUsed; // In platform time units
1344 mDNSs32 LastUnansweredTime; // In platform time units; last time we incremented UnansweredQueries
1347 mDNSs32 MPLastUnansweredQT; // Multi-packet query handling: Last time we incremented MPUnansweredQ
1437 mDNSs32 Time;
1439 mDNSs32 Type; // v4 or v6?
1489 mDNSs32 deltime; // If we're planning to delete this DomainAuthInfo, the time we want it deleted
1519 mDNSs32 DelayAnswering; // Set if we want to defer answering this question until the cache settles
1520 mDNSs32 LastQTime; // Last scheduled transmission of this Q on *all* applicable interfaces
1521 mDNSs32 ThisQInterval; // LastQTime + ThisQInterval is the next scheduled transmission of this Q
1525 mDNSs32 ExpectUnicastResp;// Set when we send a query with the kDNSQClass_UnicastResponse bit set
1526 mDNSs32 LastAnswerPktNum; // The sequence number of the last response packet containing an answer to this Q
1540 mDNSs32 LastQTxTime; // Last time this Q was sent on one (but not necessarily all) interfaces
1546 mDNSs32 StopTime; // Time this question should be stopped by giving them a negative answer
1568 mDNSs32 expire; // ticks (absolute)
1721 mDNSs32 NextSPSAttempt; // -1 if we're not currently attempting to register with any Sleep Proxy
1722 mDNSs32 NextSPSAttemptTime;
1820 mDNSs32 timenow_adjust; // Correction applied if we ever discover time went backwards
1821 mDNSs32 timenow; // The time that this particular activation of the mDNS code started
1822 mDNSs32 timenow_last; // The time the last time we ran
1823 mDNSs32 NextScheduledEvent; // Derived from values below
1824 mDNSs32 ShutdownTime; // Set when we're shutting down; allows us to skip some unnecessary steps
1825 mDNSs32 SuppressSending; // Don't send local-link mDNS packets during this time
1826 mDNSs32 NextCacheCheck; // Next time to refresh cache record before it expires
1827 mDNSs32 NextScheduledQuery; // Next time to send query in its exponential backoff sequence
1828 mDNSs32 NextScheduledProbe; // Next time to probe for new authoritative record
1829 mDNSs32 NextScheduledResponse; // Next time to send authoritative record(s) in responses
1830 mDNSs32 NextScheduledNATOp; // Next time to send NAT-traversal packets
1831 mDNSs32 NextScheduledSPS; // Next time to purge expiring Sleep Proxy records
1832 mDNSs32 RandomQueryDelay; // For de-synchronization of query packets on the wire
1834 mDNSs32 PktNum; // Unique sequence number assigned to each received packet
1841 mDNSs32 AnnounceOwner; // After waking from sleep, include OWNER option in packets until this time
1842 mDNSs32 DelaySleep; // To inhibit re-sleeping too quickly right after wake
1843 mDNSs32 SleepLimit; // Time window to allow deregistrations, etc.,
1845 mDNSs32 NextScheduledSPRetry; // Time next sleep proxy registration action is required.
1848 mDNSs32 NextScheduledStopTime; // Next time to stop a question
1863 mDNSs32 rrcache_nextcheck[CACHE_HASH_SLOTS];
1880 mDNSs32 ProbeFailTime;
1882 mDNSs32 SuppressProbes;
1885 mDNSs32 NextuDNSEvent; // uDNS next event
1886 mDNSs32 NextSRVUpdate; // Time to perform delayed update
1919 mDNSs32 retryIntervalGetAddr; // delta between time sent and retry
1920 mDNSs32 retryGetAddr; // absolute time when we retry
1925 mDNSs32 LastNATReplyLocalTime; // Local time in ticks when most recent NAT packet was received
2048 extern mDNSs32 NonZeroTime(mDNSs32 t);
2061 mDNSinline mDNSs32 NonZeroTime(mDNSs32 t) { if (t) return(t); else return(1); }
2152 extern mDNSs32 mDNS_Execute (mDNS *const m);
2165 extern mDNSs32 mDNS_TimeNow(const mDNS *const m);
2181 extern mDNSs32 mDNSPlatformOneSecond;
2495 extern mDNSs32 DNSDigest_ConstructHMACKeyfromBase64(DomainAuthInfo *info, const char *b64key);
2588 extern mDNSs32 mDNSPlatformRawTime (void);
2589 extern mDNSs32 mDNSPlatformUTC (void);
2724 extern mDNSBool mDNSCoreReadyForSleep(mDNS *m, mDNSs32 now);
2725 extern mDNSs32 mDNSCoreIntervalToNextWake(mDNS *const m, mDNSs32 now);
2731 extern CacheRecord *CreateNewCacheEntry(mDNS *const m, const mDNSu32 slot, CacheGroup *cg, mDNSs32 delay);
2732 extern void ScheduleNextCacheCheckTime(mDNS *const m, const mDNSu32 slot, const mDNSs32 event);
2929 char assert7[(sizeof(mDNSs32) == 4 ) ? 1 : -1];