Home
last modified time | relevance | path

Searched refs:mx_record (Results 1 – 3 of 3) sorted by relevance

/haiku/src/preferences/mail/
H A DDNSQuery.h15 struct mx_record { struct
103 BObjectList<mx_record>* mxList,
114 mx_record* mxRecord);
H A DDNSQuery.cpp302 BObjectList<mx_record>* mxList, bigtime_t timeout) in GetMXRecords()
367 mx_record* mxRec = new mx_record; in GetMXRecords()
459 DNSQuery::_ReadMXRecord(BRawNetBuffer& buffer, mx_record* mxRecord) in _ReadMXRecord()
H A DAutoConfig.cpp34 BObjectList<mx_record> mxList(5, true); in GetMXRecord()
39 mx_record *mxRec = mxList.ItemAt(0); in GetMXRecord()