Lines Matching refs:bytes
211 /* add a sequence of bytes to a bounded buffer */
348 * HEADER (12 bytes)
390 * RDLENGTH: 16 : size of RDDATA in bytes
425 * The expanded length of a given domain name should not exceed 255 bytes.
487 /* check bytes in a dns packet. returns 1 on success, 0 on failure.
491 _dnsPacket_checkBytes( DnsPacket* packet, int numBytes, const void* bytes )
498 if (memcmp(p, bytes, numBytes) != 0)