Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/
Dlibcoap-1.sym14 coap_check_option
Dlibcoap-1.map16 coap_check_option;
/net-tools-3.4.0/libcoap/src/
Dblock.c52 if (pdu && (option = coap_check_option(pdu, type, &opt_iter))) { in coap_get_block()
Doption.c209 coap_check_option(coap_pdu_t *pdu, unsigned short type, in coap_check_option() function
Dnet.c1173 query_filter = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter); in coap_wellknown_response()
1341 nores = coap_check_option(request, COAP_OPTION_NORESPONSE, &opt_iter); in no_response()
1432 observe = coap_check_option(node->pdu, COAP_OPTION_OBSERVE, &opt_iter); in handle_request()
/net-tools-3.4.0/libcoap/include/coap/
Doption.h313 coap_opt_t *coap_check_option(coap_pdu_t *pdu,
/net-tools-3.4.0/libcoap/examples/contiki/
Dserver.c130 && (option = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter)) in hnd_get_time()
/net-tools-3.4.0/libcoap/examples/
Dcoap-rd.c148 etag = coap_check_option(request, COAP_OPTION_ETAG, &opt_iter); in hnd_put_resource()
378 etag = coap_check_option(pdu, COAP_OPTION_ETAG, &opt_iter); in make_rd()
415 query = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter); in hnd_post_rd()
Dclient.c357 if (sent && coap_check_option(received, COAP_OPTION_SUBSCRIPTION, &opt_iter)) { in message_handler()
364 block_opt = coap_check_option(received, COAP_OPTION_BLOCK2, &opt_iter); in message_handler()
426 block_opt = coap_check_option(received, COAP_OPTION_BLOCK1, &opt_iter); in message_handler()
526 ready = coap_check_option(received, COAP_OPTION_SUBSCRIPTION, &opt_iter) == NULL; in message_handler()
Dcoap-server.c136 && (option = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter)) in hnd_get_time()
231 option = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter); in hnd_get_async()
Detsi_iot_01.c280 option = coap_check_option(request, COAP_OPTION_CONTENT_TYPE, &opt_iter); in hnd_post_test()
336 option = coap_check_option(request, COAP_OPTION_CONTENT_TYPE, &opt_iter); in hnd_put_test()
/net-tools-3.4.0/
Dcoap-client.c1370 if (sent && coap_check_option(received, in coap_message_handler()
1386 block_opt = coap_check_option(received, in coap_message_handler()
1481 ready = coap_check_option(received, COAP_OPTION_SUBSCRIPTION, in coap_message_handler()