Searched refs:responseCode (Results 1 – 3 of 3) sorted by relevance
853 otCoapCode responseCode = OT_COAP_CODE_EMPTY; in HandleRequest() local922 responseCode = OT_COAP_CODE_SERVICE_UNAVAILABLE; in HandleRequest()928 responseCode = OT_COAP_CODE_CONTENT; in HandleRequest()966 responseCode = OT_COAP_CODE_CHANGED; in HandleRequest()973 …= otCoapMessageInitResponse(responseMessage, aMessage, OT_COAP_TYPE_ACKNOWLEDGMENT, responseCode)); in HandleRequest()975 if (responseCode == OT_COAP_CODE_CONTENT) in HandleRequest()1029 else if (responseCode >= OT_COAP_CODE_RESPONSE_MIN) in HandleRequest()
818 otCoapCode responseCode = OT_COAP_CODE_EMPTY; in HandleRequest() local867 responseCode = OT_COAP_CODE_CONTENT; in HandleRequest()871 responseCode = OT_COAP_CODE_VALID; in HandleRequest()878 …= otCoapMessageInitResponse(responseMessage, aMessage, OT_COAP_TYPE_ACKNOWLEDGMENT, responseCode)); in HandleRequest()927 else if (responseCode >= OT_COAP_CODE_RESPONSE_MIN) in HandleRequest()
50 Dns::UpdateHeader::Response responseCode; in ErrorToDnsResponseCode() local55 responseCode = Dns::UpdateHeader::kResponseSuccess; in ErrorToDnsResponseCode()58 responseCode = Dns::UpdateHeader::kResponseServerFailure; in ErrorToDnsResponseCode()61 responseCode = Dns::UpdateHeader::kResponseFormatError; in ErrorToDnsResponseCode()64 responseCode = Dns::UpdateHeader::kResponseNameExists; in ErrorToDnsResponseCode()67 responseCode = Dns::UpdateHeader::kResponseRefused; in ErrorToDnsResponseCode()71 return responseCode; in ErrorToDnsResponseCode()