Lines Matching defs:data
400 // RFC 1034/1035/2181 specify that a domain name (length bytes and data bytes) may be up to 255 bytes long,
412 // Length byte, 63 data bytes, length byte, 63 data bytes, length byte, 63 data bytes, length byte, 62 data bytes, zero byte.
451 // This means that whereas Multicast DNS can use announcements to pre-emptively update stale data
453 // mechanism, and TTL expiry is the *only* mechanism by which stale data gets deleted. Because of this,
513 mDNSu8 data[AbsoluteMaxDNSMessageData]; // 40 (IPv6) + 8 (UDP) + 12 (DNS header) + 8940 (data) = 9000
775 mDNSu32 expire; // Time in seconds that a slave holds on to old data while replication attempts remain unsuccessful
859 mDNSu8 *data;
991 // + 256 * 34 = 8704 bytes of bitmap data
1030 mDNSu8 data[StandardAuthRDSize];
1043 mDNSu8 data[StandardAuthRDSize];
1069 // RData_small is a smaller version of the RData object, used for inline data storage embedded in a CacheRecord_struct
1072 mDNSu16 MaxRDLength; // Storage allocated for data (may be greater than InlineCacheRDSize if additional storage follows this object)
1073 mDNSu16 padding; // So that data is aligned on 32-bit boundary
1074 mDNSu8 data[InlineCacheRDSize];
1083 // The internal data structures of the mDNS code may not be in a state where mDNS API calls may be made safely.
1539 mDNSInterfaceID SendNSECNow; // Set if we need to generate associated NSEC data for this rrname
1591 // Field Group 5: Large data objects go at the end
1666 RData_small smallrdatastorage; // Storage for small records is right here (4 bytes header + 68 bytes data = 72 bytes)
1742 // all required data is passed as parameters to that function.
1824 // Internal data structure to maintain authentication information
1951 ZoneData *nta; // Used for getting zone data for private or LLQ query
2028 // all required data is passed as parameters to that function.
2273 // all required data is passed as parameters to that function.
2275 mDNS_PlatformSupport *p; // Pointer to platform-specific data of indeterminite size
2377 // Unicast-specific data
2833 // (e.g. length of "com." is 5 (length byte, three data bytes, final zero)
3152 // completes (in which case the ConnectionEstablished parameter is true), or data is available for
3217 extern void LNT_ConfigureRouterInfo(mDNS *m, const mDNSInterfaceID InterfaceID, const mDNSu8 *const data, const mDNSu16 len);
3509 mDNSu32 data[MD5_BLOCK_LONG];
3514 extern int MD5_Update(MD5_CTX *c, const void *data, unsigned long len);