/openthread-latest/src/cli/ |
D | cli_coap_secure.hpp | 105 … static void HandleRequest(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo); 106 void HandleRequest(otMessage *aMessage, const otMessageInfo *aMessageInfo); 108 …static void HandleResponse(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo,… 109 …void HandleResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otError aError); 133 …static void DefaultHandler(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo); 134 void DefaultHandler(otMessage *aMessage, const otMessageInfo *aMessageInfo);
|
D | cli_coap.hpp | 103 … static void HandleRequest(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo); 104 void HandleRequest(otMessage *aMessage, const otMessageInfo *aMessageInfo); 109 const otMessageInfo *aMessageInfo, 111 …void HandleNotificationResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otE… 114 …static void HandleResponse(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo,… 115 …void HandleResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otError aError);
|
D | cli_udp.hpp | 81 …static void HandleUdpReceive(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInf… 82 void HandleUdpReceive(otMessage *aMessage, const otMessageInfo *aMessageInfo);
|
D | cli_coap.cpp | 79 otMessageInfo messageInfo; in CancelResourceSubscription() 238 otMessageInfo messageInfo; in Process() 585 otMessageInfo messageInfo; in ProcessRequest() 844 void Coap::HandleRequest(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo) in HandleRequest() 849 void Coap::HandleRequest(otMessage *aMessage, const otMessageInfo *aMessageInfo) in HandleRequest() 1038 const otMessageInfo *aMessageInfo, in HandleNotificationResponse() 1044 void Coap::HandleNotificationResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otErr… in HandleNotificationResponse() 1066 void Coap::HandleResponse(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo, o… in HandleResponse() 1071 void Coap::HandleResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otError aError) in HandleResponse()
|
D | cli_udp.cpp | 256 otMessageInfo messageInfo; in Process() 456 void UdpExample::HandleUdpReceive(void *aContext, otMessage *aMessage, const otMessageInfo *aMessag… in HandleUdpReceive() 461 void UdpExample::HandleUdpReceive(otMessage *aMessage, const otMessageInfo *aMessageInfo) in HandleUdpReceive()
|
D | cli_coap_secure.cpp | 809 void CoapSecure::HandleRequest(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageIn… in HandleRequest() 814 void CoapSecure::HandleRequest(otMessage *aMessage, const otMessageInfo *aMessageInfo) in HandleRequest() 933 void CoapSecure::HandleResponse(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageI… in HandleResponse() 938 void CoapSecure::HandleResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otError aEr… in HandleResponse() 956 void CoapSecure::DefaultHandler(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageI… in DefaultHandler() 961 void CoapSecure::DefaultHandler(otMessage *aMessage, const otMessageInfo *aMessageInfo) in DefaultHandler()
|
/openthread-latest/include/openthread/ |
D | coap.h | 339 const otMessageInfo *aMessageInfo, 349 typedef void (*otCoapRequestHandler)(void *aContext, otMessage *aMessage, const otMessageInfo *aMes… 854 const otMessageInfo *aMessageInfo, 884 const otMessageInfo *aMessageInfo, 914 const otMessageInfo *aMessageInfo, in otCoapSendRequestBlockWise() 942 const otMessageInfo *aMessageInfo, in otCoapSendRequest() 1025 const otMessageInfo *aMessageInfo, 1047 const otMessageInfo *aMessageInfo, 1069 const otMessageInfo *aMessageInfo, in otCoapSendResponseBlockWise() 1087 …r otCoapSendResponse(otInstance *aInstance, otMessage *aMessage, const otMessageInfo *aMessageInfo) in otCoapSendResponse()
|
D | udp.h | 60 typedef bool (*otUdpHandler)(void *aContext, const otMessage *aMessage, const otMessageInfo *aMessa… 105 otError otUdpSendDatagram(otInstance *aInstance, otMessage *aMessage, otMessageInfo *aMessageInfo); 110 typedef void (*otUdpReceive)(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo… 227 …Instance *aInstance, otUdpSocket *aSocket, otMessage *aMessage, const otMessageInfo *aMessageInfo);
|
D | icmp6.h | 118 const otMessageInfo *aMessageInfo, 186 const otMessageInfo *aMessageInfo,
|
D | coap_secure.h | 388 const otMessageInfo *aMessageInfo, 402 otError otCoapSecureSendResponse(otInstance *aInstance, otMessage *aMessage, const otMessageInfo *a…
|
D | ip6.h | 216 typedef struct otMessageInfo struct 229 } otMessageInfo; argument 678 otError otIp6SelectSourceAddress(otInstance *aInstance, otMessageInfo *aMessageInfo);
|
D | sntp.h | 63 … const otMessageInfo *mMessageInfo; ///< A reference to the message info related with SNTP Server.
|
/openthread-latest/src/core/thread/ |
D | mlr_manager.hpp | 161 const otMessageInfo *aMessageInfo, 172 const otMessageInfo *aMessageInfo, 174 …void HandleRegisterResponse(otMessage *aMessage, const otMessageInfo *aMessageInfo, otError…
|
D | anycast_locator.hpp | 96 …static void HandleResponse(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInfo,…
|
D | panid_query_server.hpp | 72 …static void HandleUdpReceive(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInf…
|
D | network_diagnostic.hpp | 211 const otMessageInfo *aMessageInfo, 318 const otMessageInfo *aMessageInfo,
|
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_subr.c | 226 tcpip_fillheaders(struct tcpcb* tp, otMessageInfo* ip_ptr, void *tcp_ptr) in tcpip_fillheaders() 243 memset(ip_ptr, 0x00, sizeof(otMessageInfo)); in tcpip_fillheaders() 308 otMessageInfo ip6info; in tcp_respond() 317 memset(&ip6info, 0x00, sizeof(otMessageInfo)); in tcp_respond()
|
/openthread-latest/src/core/meshcop/ |
D | commissioner.hpp | 398 const otMessageInfo *aMessageInfo, 405 const otMessageInfo *aMessageInfo, 412 const otMessageInfo *aMessageInfo, 417 const otMessageInfo *aMessageInfo,
|
D | border_agent.hpp | 312 const otMessageInfo *aMessageInfo, 315 …static bool HandleUdpReceive(void *aContext, const otMessage *aMessage, const otMessageInfo *aMess…
|
/openthread-latest/src/core/net/ |
D | socket.hpp | 59 class MessageInfo : public otMessageInfo, public Clearable<MessageInfo> 336 DefineCoreType(otMessageInfo, Ip6::MessageInfo);
|
/openthread-latest/src/core/api/ |
D | coap_api.cpp | 205 const otMessageInfo *aMessageInfo, in otCoapSendRequestBlockWiseWithParameters() 233 const otMessageInfo *aMessageInfo, in otCoapSendRequestWithParameters() 293 const otMessageInfo *aMessageInfo, in otCoapSendResponseBlockWiseWithParameters() 312 const otMessageInfo *aMessageInfo, in otCoapSendResponseWithParameters()
|
D | udp_api.cpp | 72 …tInstance *aInstance, otUdpSocket *aSocket, otMessage *aMessage, const otMessageInfo *aMessageInfo) in otUdpSend() 122 otError otUdpSendDatagram(otInstance *aInstance, otMessage *aMessage, otMessageInfo *aMessageInfo) in otUdpSendDatagram()
|
D | coap_secure_api.cpp | 205 const otMessageInfo *aMessageInfo, in otCoapSecureSendResponseBlockWise() 216 otError otCoapSecureSendResponse(otInstance *aInstance, otMessage *aMessage, const otMessageInfo *a… in otCoapSecureSendResponse()
|
D | icmp6_api.cpp | 57 const otMessageInfo *aMessageInfo, in otIcmp6SendEchoRequest()
|
/openthread-latest/include/openthread/platform/ |
D | udp.h | 107 otError otPlatUdpSend(otUdpSocket *aUdpSocket, otMessage *aMessage, const otMessageInfo *aMessageIn…
|