Home
last modified time | relevance | path

Searched refs:AppendUint16 (Results 1 – 4 of 4) sorted by relevance

/haiku/src/preferences/mail/
H A DDNSQuery.cpp45 BRawNetBuffer::AppendUint16(uint16 value) in AppendUint16() function in BRawNetBuffer
317 buffer.AppendUint16(uint16(MX_RECORD)); in GetMXRecords()
318 buffer.AppendUint16(uint16(1)); in GetMXRecords()
419 buffer.AppendUint16(header->id); in _AppendQueryHeader()
429 buffer.AppendUint16(data); in _AppendQueryHeader()
430 buffer.AppendUint16(header->q_count); in _AppendQueryHeader()
431 buffer.AppendUint16(header->ans_count); in _AppendQueryHeader()
432 buffer.AppendUint16(header->auth_count); in _AppendQueryHeader()
433 buffer.AppendUint16(header->add_count); in _AppendQueryHeader()
H A DDNSQuery.h29 status_t AppendUint16(uint16 value);
/haiku/headers/os/net/
H A DNetBuffer.h39 status_t AppendUint16(uint16 data);
/haiku/src/kits/network/libnetapi/
H A DNetBuffer.cpp142 BNetBuffer::AppendUint16(uint16 data) in AppendUint16() function in BNetBuffer