Home
last modified time | relevance | path

Searched refs:rrHead (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/mail/
H A DDNSQuery.cpp364 resource_record_head rrHead; in GetMXRecords() local
365 _ReadResourceRecord(receiBuffer, &rrHead); in GetMXRecords()
366 if (rrHead.type == MX_RECORD) { in GetMXRecords()
375 buffer.SkipReading(rrHead.dataLength); in GetMXRecords()
469 resource_record_head *rrHead) in _ReadResourceRecord() argument
471 buffer.ReadString(rrHead->name); in _ReadResourceRecord()
472 buffer.ReadUint16(rrHead->type); in _ReadResourceRecord()
473 buffer.ReadUint16(rrHead->dataClass); in _ReadResourceRecord()
474 buffer.ReadUint32(rrHead->ttl); in _ReadResourceRecord()
475 buffer.ReadUint16(rrHead->dataLength); in _ReadResourceRecord()
H A DDNSQuery.h117 resource_record_head* rrHead);