Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/tests/
Dtest_error_response.c68 coap_add_token(pdu, 5, (unsigned char *)"token"); in t_error_response2()
97 coap_add_token(pdu, 5, (unsigned char *)"token"); in t_error_response3()
136 coap_add_token(pdu, 5, (unsigned char *)"token"); in t_error_response4()
177 coap_add_token(pdu, 5, (unsigned char *)"token"); in t_error_response5()
218 coap_add_token(pdu, 5, (unsigned char *)"token"); in t_error_response6()
259 coap_add_token(pdu, 5, (unsigned char *)"token"); in t_error_response7()
295 coap_add_token(pdu, 5, (unsigned char *)"token"); in t_error_response8()
Dtest_pdu.c264 result = coap_add_token(pdu, 5, (unsigned char *)"token"); in t_encode_pdu1()
283 result = coap_add_token(pdu, 5, (unsigned char *)"token"); in t_encode_pdu2()
294 result = coap_add_token(pdu, 9, (unsigned char *)"123456789"); in t_encode_pdu3()
370 result = coap_add_token(pdu, 8, (unsigned char *)"12345678"); in t_encode_pdu5()
451 result = coap_add_token(pdu, 2, (unsigned char *)"\x00\x01"); in t_encode_pdu8()
566 result = coap_add_token(pdu, 2, (unsigned char *)"\0\0"); in t_encode_pdu10()
/net-tools-latest/libcoap/
Dlibcoap-1.sym9 coap_add_token
Dlibcoap-1.map11 coap_add_token;
/net-tools-latest/libcoap/include/coap/
Dpdu.h342 int coap_add_token(coap_pdu_t *pdu,
/net-tools-latest/libcoap/src/
Dpdu.c153 coap_add_token(coap_pdu_t *pdu, size_t len, const unsigned char *data) { in coap_add_token() function
Dnet.c1100 if (!coap_add_token(response, request->hdr->token_length, in coap_new_error_response()
1168 if (!coap_add_token(resp, request->hdr->token_length, request->hdr->token)) { in coap_wellknown_response()
1423 if (coap_add_token(response, node->pdu->hdr->token_length, in handle_request()
Dresource.c638 if (!coap_add_token(response, obs->token_length, obs->token)) {
/net-tools-latest/libcoap/examples/
Dclient.c148 if ( !coap_add_token(pdu, the_token.length, the_token.s)) { in coap_new_request()
196 if (!coap_add_token(pdu, the_token.length, the_token.s)) { in clear_obs()
Dcoap-server.c273 coap_add_token(response, async->tokenlen, async->token); in check_async()
Detsi_iot_01.c480 coap_add_token(response, async->tokenlen, async->token); in check_async()
Dcoap-rd.c191 coap_add_token(response, request->hdr->token_length, request->hdr->token); in hnd_put_resource()
/net-tools-latest/
Dcoap-client.c1171 if (!coap_add_token(pdu, the_token.length, the_token.s)) { in coap_new_request()