Lines Matching full:wire
111 // Most compilers naturally pack the on-the-wire structures correctly anyway, so a plain "struct" is usually fine.
373 // plus the terminating zero at the end makes 256 bytes total in the on-the-wire format.
1086 mDNSu16 rdlength; // Size of the raw rdata, in bytes, in the on-the-wire format
1089 mDNSu16 rdestimate; // Upper bound on on-the-wire size of rdata after name compression
1100 // For records received off the wire, InterfaceID is *always* set to the receiving interface
1207 mDNSu8 RequireGoodbye; // Set if this RR has been announced on the wire and will require a goodbye packet
1296 // Normally we always lookup the cache and /etc/hosts before sending the query on the wire. For single label
1531 mDNSBool SuppressQuery; // This query should be suppressed and not sent on the wire
1576 mDNSBool SuppressUnusable; // Set by client to suppress unusable queries to be sent on the wire
1821 mDNSs32 RandomQueryDelay; // For de-synchronization of query packets on the wire
1822 mDNSu32 RandomReconfirmDelay; // For de-synchronization of reconfirmation queries on the wire
1952 union { DNSMessage m; void *p; } imsg; // Incoming message received from wire
2908 // Check that the compiler generated our on-the-wire packet format structure definitions