Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/src/
Dnet.c1334 coap_opt_t *nores; in no_response() local
1341 nores = coap_check_option(request, COAP_OPTION_NORESPONSE, &opt_iter); in no_response()
1343 if (nores) { in no_response()
1344 val = coap_decode_var_bytes(coap_opt_value(nores), coap_opt_length(nores)); in no_response()