Searched refs:received (Results 1 – 11 of 11) sorted by relevance
/net-tools-3.4.0/libcoap/examples/contiki/ |
D | coap-observer.c | 99 coap_pdu_t *received, in message_handler() argument 102 coap_send_ack(ctx, remote, received); in message_handler() 105 (received->hdr->code >> 5), received->hdr->code & 0x1F); in message_handler() 106 coap_show_pdu(received); in message_handler()
|
/net-tools-3.4.0/libcoap/examples/ |
D | client.c | 309 check_token(coap_pdu_t *received) { in check_token() argument 310 return received->hdr->token_length == the_token.length && in check_token() 311 memcmp(received->hdr->token, the_token.s, the_token.length) == 0; in check_token() 319 coap_pdu_t *received, in message_handler() argument 334 (received->hdr->code >> 5), received->hdr->code & 0x1F); in message_handler() 335 coap_show_pdu(received); in message_handler() 340 if (!check_token(received)) { in message_handler() 342 if (!sent && (received->hdr->type == COAP_MESSAGE_CON || in message_handler() 343 received->hdr->type == COAP_MESSAGE_NON)) in message_handler() 344 coap_send_rst(ctx, local_interface, remote, received); in message_handler() [all …]
|
/net-tools-3.4.0/ |
D | coap-client.c | 1092 static inline int check_token(coap_pdu_t *received) in check_token() argument 1094 return received->hdr->token_length == the_token.length && in check_token() 1095 memcmp(received->hdr->token, the_token.s, in check_token() 1102 coap_pdu_t *received) in is_our_own() argument 1104 if (data[test_context->index].add_token && !check_token(received)) { in is_our_own() 1106 (received->hdr->type == COAP_MESSAGE_CON || in is_our_own() 1107 received->hdr->type == COAP_MESSAGE_NON)) in is_our_own() 1109 received); in is_our_own() 1208 coap_pdu_t *received, in read_blocks() argument 1218 if (coap_get_data(received, &len, &databuf)) in read_blocks() [all …]
|
D | echo-client.c | 669 int received = 0; in main() local 679 received += ret; in main() 681 ret = received; in main() 682 } while (received < sent); in main()
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | net.h | 66 coap_pdu_t *received,
|
/net-tools-3.4.0/libcoap/m4/ |
D | ax_check_compile_flag.m4 | 42 # You should have received a copy of the GNU General Public License along
|
D | ax_check_link_flag.m4 | 42 # You should have received a copy of the GNU General Public License along
|
/net-tools-3.4.0/libcoap/ |
D | LICENSE.GPL | 149 c) Accompany it with the information you received as to the offer 152 received the program in object code or executable form with such 176 However, parties who have received copies, or rights, from you under
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_entropy.function | 372 // Check result of both NV file and entropy received with the manual calculations
|
/net-tools-3.4.0/mbedtls-2.4.0/ |
D | apache-2.0.txt | 64 on behalf of whom a Contribution has been received by Licensor and
|
D | ChangeLog | 701 renegotation was pending, and on client when a HelloRequest was received. 1185 renegotation was pending, and on client when a HelloRequest was received. 1679 ssl_read() returns 0 if a POLARSSL_ERR_SSL_CONN_EOF is received
|