Lines Matching refs:mDNSs32
1161 typedef signed int32 mDNSs32; typedef
1164 typedef signed int mDNSs32; typedef
1167 typedef signed long mDNSs32; typedef
1205 mDNSs32 type;
1264 typedef mDNSs32 mStatus;
1426 mDNSs32 serial; // Modular counter; increases when zone changes
1560 mDNSs32 expire; // expiration of lease (-1 for static)
1621 mDNSs32 ImmedAnswerMarkTime;
1630 mDNSs32 ThisAPInterval; // In platform time units: Current interval for announce/probe
1631 mDNSs32 AnnounceUntil; // In platform time units: Creation time + TTL
1632 mDNSs32 LastAPTime; // In platform time units: Last time we sent announcement/probe
1633 …mDNSs32 LastMCTime; // Last time we multicast this record (used to guard against packet-…
1639 mDNSs32 NextUpdateCredit; // Time next token is added to bucket
1640 mDNSs32 UpdateBlocked; // Set if update delaying is in effect
1673 mDNSs32 TimeRcvd; // In platform time units
1674 mDNSs32 DelayDelivery; // Set if we want to defer delivery of this answer to local clients
1675 mDNSs32 NextRequiredQuery; // In platform time units
1676 mDNSs32 LastUsed; // In platform time units
1679 …mDNSs32 LastUnansweredTime; // In platform time units; last time we incremented Unanswered…
1681 …mDNSs32 MPLastUnansweredQT; // Multi-packet query handling: Last time we incremented MPUna…
1809 mDNSs32 Time;
1811 mDNSs32 Type; // v4 or v6?
1843 mDNSs32 retry; // ticks (absolute)
1844 mDNSs32 expire; // ticks (absolute)
1865 #define LEASE_OPT_RDLEN (2 * sizeof(mDNSu16)) + sizeof(mDNSs32)
1888 mDNSs32 RestartTime; // Mark when we restart a suspended query
1899 …mDNSs32 DelayAnswering; // Set if we want to defer answering this question until the…
1900 …mDNSs32 LastQTime; // Last scheduled transmission of this Q on *all* applicable int…
1901 …mDNSs32 ThisQInterval; // LastQTime + ThisQInterval is the next scheduled transmissi…
1905 …mDNSs32 LastAnswerPktNum; // The sequence number of the last response packet contain…
1917 …mDNSs32 LastQTxTime; // Last time this Q was sent on one (but not necessarily all) …
2063 mDNSs32 retry; // absolute time when we retry
2064 mDNSs32 RetryInterval; // delta between time sent and retry
2086 mDNSs32 nextevent;
2108 mDNSs32 NextSRVUpdate; // Time to perform delayed update
2139 mDNSs32 timenow_adjust; // Correction applied if we ever discover time went backwards
2140 mDNSs32 timenow; // The time that this particular activation of the mDNS code started
2141 mDNSs32 timenow_last; // The time the last time we ran
2142 mDNSs32 NextScheduledEvent; // Derived from values below
2143 mDNSs32 SuppressSending; // Don't send *any* packets during this time
2144 mDNSs32 NextCacheCheck; // Next time to refresh cache record before it expires
2145 mDNSs32 NextScheduledQuery; // Next time to send query in its exponential backoff sequence
2146 mDNSs32 NextScheduledProbe; // Next time to probe for new authoritative record
2147 mDNSs32 NextScheduledResponse; // Next time to send authoritative record(s) in responses
2148 …mDNSs32 ExpectUnicastResponse; // Set when we send a query with the kDNSQClass_UnicastResponse b…
2149 mDNSs32 RandomQueryDelay; // For de-synchronization of query packets on the wire
2151 mDNSs32 PktNum; // Unique sequence number assigned to each received packet
2180 mDNSs32 ProbeFailTime;
2182 mDNSs32 SuppressProbes;
2186 …mDNSs32 SuppressStdPort53Queries; // Wait before allowing the next standard unicast query to the u…
2250 extern mDNSs32 NonZeroTime(mDNSs32 t);
2265 mDNSinline mDNSs32 NonZeroTime(mDNSs32 t) { if (t) return(t); else return(1); } in NonZeroTime()
2354 extern mDNSs32 mDNS_Execute (mDNS *const m);
2365 extern mDNSs32 mDNS_TimeNow(const mDNS *const m);
2372 extern mDNSs32 mDNSPlatformOneSecond;
2641 extern mDNSs32 DNSDigest_Base64ToBin(const char *src, mDNSu8 *target, mDNSu32 targsize);
2703 extern mDNSs32 mDNSPlatformRawTime (void);
2704 extern mDNSs32 mDNSPlatformUTC (void);
2835 char assert7[(sizeof(mDNSs32) == 4 ) ? 1 : -1];