Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/tests/
Dtest_wellknown.c165 response = coap_wellknown_response(ctx, pdu); in t_wellknown4()
197 response = coap_wellknown_response(ctx, pdu); in t_wellknown5()
234 response = coap_wellknown_response(ctx, pdu); in t_wellknown6()
/net-tools-latest/libcoap/
Dlibcoap-1.sym110 coap_wellknown_response
Dlibcoap-1.map112 coap_wellknown_response;
/net-tools-latest/libcoap/include/coap/
Dnet.h518 coap_pdu_t *coap_wellknown_response(coap_context_t *context,
/net-tools-latest/libcoap/src/
Dnet.c1147 coap_wellknown_response(coap_context_t *context, coap_pdu_t *request) { in coap_wellknown_response() function
1378 response = coap_wellknown_response(context, node->pdu); in handle_request()
1489 response = coap_wellknown_response(context, node->pdu); in handle_request()