Searched refs:coap_check_option (Results 1 – 12 of 12) sorted by relevance
/net-tools-3.4.0/libcoap/ |
D | libcoap-1.sym | 14 coap_check_option
|
D | libcoap-1.map | 16 coap_check_option;
|
/net-tools-3.4.0/libcoap/src/ |
D | block.c | 52 if (pdu && (option = coap_check_option(pdu, type, &opt_iter))) { in coap_get_block()
|
D | option.c | 209 coap_check_option(coap_pdu_t *pdu, unsigned short type, in coap_check_option() function
|
D | net.c | 1173 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/ |
D | option.h | 313 coap_opt_t *coap_check_option(coap_pdu_t *pdu,
|
/net-tools-3.4.0/libcoap/examples/contiki/ |
D | server.c | 130 && (option = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter)) in hnd_get_time()
|
/net-tools-3.4.0/libcoap/examples/ |
D | coap-rd.c | 148 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()
|
D | client.c | 357 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()
|
D | coap-server.c | 136 && (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()
|
D | etsi_iot_01.c | 280 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/ |
D | coap-client.c | 1370 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()
|