Lines Matching refs:otError
340 otError aResult);
369 typedef otError (*otCoapBlockwiseReceiveHook)(void *aContext,
395 typedef otError (*otCoapBlockwiseTransmitHook)(void *aContext,
490 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType…
502 otError otCoapMessageSetToken(otMessage *aMessage, const uint8_t *aToken, uint8_t aTokenLength);
530 otError otCoapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aCont…
544 otError otCoapMessageAppendOption(otMessage *aMessage, uint16_t aNumber, uint16_t aLength, const vo…
560 otError otCoapMessageAppendUintOption(otMessage *aMessage, uint16_t aNumber, uint32_t aValue);
572 otError otCoapMessageAppendObserveOption(otMessage *aMessage, uint32_t aObserve);
584 otError otCoapMessageAppendUriPathOptions(otMessage *aMessage, const char *aUriPath);
596 otError otCoapMessageAppendUriQueryOptions(otMessage *aMessage, const char *aUriQuery);
619 otError otCoapMessageAppendBlock2Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock…
633 otError otCoapMessageAppendBlock1Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock…
645 otError otCoapMessageAppendProxyUriOption(otMessage *aMessage, const char *aUriPath);
657 otError otCoapMessageAppendMaxAgeOption(otMessage *aMessage, uint32_t aMaxAge);
669 otError otCoapMessageAppendUriQueryOption(otMessage *aMessage, const char *aUriQuery);
679 otError otCoapMessageSetPayloadMarker(otMessage *aMessage);
752 otError otCoapOptionIteratorInit(otCoapOptionIterator *aIterator, const otMessage *aMessage);
805 otError otCoapOptionIteratorGetOptionUintValue(otCoapOptionIterator *aIterator, uint64_t *aValue);
816 otError otCoapOptionIteratorGetOptionValue(otCoapOptionIterator *aIterator, void *aValue);
852 otError otCoapSendRequestWithParameters(otInstance *aInstance,
882 otError otCoapSendRequestBlockWiseWithParameters(otInstance *aInstance,
912 static inline otError otCoapSendRequestBlockWise(otInstance *aInstance, in otCoapSendRequestBlockWise()
940 static inline otError otCoapSendRequest(otInstance *aInstance, in otCoapSendRequest()
959 otError otCoapStart(otInstance *aInstance, uint16_t aPort);
968 otError otCoapStop(otInstance *aInstance);
1023 otError otCoapSendResponseWithParameters(otInstance *aInstance,
1045 otError otCoapSendResponseBlockWiseWithParameters(otInstance *aInstance,
1067 static inline otError otCoapSendResponseBlockWise(otInstance *aInstance, in otCoapSendResponseBlockWise()
1087 static inline otError otCoapSendResponse(otInstance *aInstance, otMessage *aMessage, const otMessag… in otCoapSendResponse()