Searched refs:coap_add_token (Results 1 – 13 of 13) sorted by relevance
/net-tools-latest/libcoap/tests/ |
D | test_error_response.c | 68 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()
|
D | test_pdu.c | 264 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/ |
D | libcoap-1.sym | 9 coap_add_token
|
D | libcoap-1.map | 11 coap_add_token;
|
/net-tools-latest/libcoap/include/coap/ |
D | pdu.h | 342 int coap_add_token(coap_pdu_t *pdu,
|
/net-tools-latest/libcoap/src/ |
D | pdu.c | 153 coap_add_token(coap_pdu_t *pdu, size_t len, const unsigned char *data) { in coap_add_token() function
|
D | net.c | 1100 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()
|
D | resource.c | 638 if (!coap_add_token(response, obs->token_length, obs->token)) {
|
/net-tools-latest/libcoap/examples/ |
D | client.c | 148 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()
|
D | coap-server.c | 273 coap_add_token(response, async->tokenlen, async->token); in check_async()
|
D | etsi_iot_01.c | 480 coap_add_token(response, async->tokenlen, async->token); in check_async()
|
D | coap-rd.c | 191 coap_add_token(response, request->hdr->token_length, request->hdr->token); in hnd_put_resource()
|
/net-tools-latest/ |
D | coap-client.c | 1171 if (!coap_add_token(pdu, the_token.length, the_token.s)) { in coap_new_request()
|