Lines Matching refs:coap_check_option
1074 opt = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); in coap_send()
1193 opt = coap_check_option(pdu, COAP_OPTION_HOP_LIMIT, &opt_iter); in coap_send_internal()
1276 if (coap_check_option(pdu, COAP_OPTION_BLOCK1, &opt_iter) != NULL) { in coap_send_internal()
1280 if (coap_check_option(pdu, COAP_OPTION_BLOCK2, &opt_iter) != NULL) { in coap_send_internal()
2215 query_filter = coap_check_option(request, COAP_OPTION_URI_QUERY, &opt_iter); in coap_wellknown_response()
2420 nores = coap_check_option(request, COAP_OPTION_NORESPONSE, &opt_iter); in no_response()
2539 opt = coap_check_option(pdu, COAP_OPTION_PROXY_SCHEME, &opt_iter); in handle_request()
2543 opt = coap_check_option(pdu, COAP_OPTION_PROXY_URI, &opt_iter); in handle_request()
2580 opt = coap_check_option(pdu, COAP_OPTION_URI_HOST, &opt_iter); in handle_request()
2605 opt = coap_check_option(pdu, COAP_OPTION_HOP_LIMIT, &opt_iter); in handle_request()
2763 observe = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); in handle_request()