Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp1129 uint8_t responseMessageLengthField[2]; in handleQuery() local
1130 responseMessageLengthField[0] = response_len >> 8; in handleQuery()
1131 responseMessageLengthField[1] = response_len; in handleQuery()
1132 if (write(tcpFd.get(), responseMessageLengthField, 2) != 2) { in handleQuery()