Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder.cpp1159 uint8_t responseMessageLengthField[2]; in handleQuery() local
1160 responseMessageLengthField[0] = response_len >> 8; in handleQuery()
1161 responseMessageLengthField[1] = response_len; in handleQuery()
1162 if (write(tcpFd.get(), responseMessageLengthField, 2) != 2) { in handleQuery()