Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_srp_server.cpp1073 uint16_t firstMsgId; in TestSrpClientDelayedResponse() local
1120 firstMsgId = sServerLastMsgId; in TestSrpClientDelayedResponse()
1125 VerifyOrQuit(firstMsgId == 0); in TestSrpClientDelayedResponse()
1128 VerifyOrQuit(firstMsgId == 0xffff); in TestSrpClientDelayedResponse()
1131 VerifyOrQuit(firstMsgId == 0xaaaa); in TestSrpClientDelayedResponse()
1148 VerifyOrQuit(sServerLastMsgId != firstMsgId); in TestSrpClientDelayedResponse()
1160 Log("Sending response with msg-id: 0x%x", firstMsgId); in TestSrpClientDelayedResponse()
1162 header.SetMessageId(firstMsgId); in TestSrpClientDelayedResponse()