Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/examples/contiki/
Dcoap-observer.c99 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/
Dclient.c309 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/
Dcoap-client.c1092 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 …]
Decho-client.c669 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/
Dnet.h66 coap_pdu_t *received,
/net-tools-3.4.0/libcoap/m4/
Dax_check_compile_flag.m442 # You should have received a copy of the GNU General Public License along
Dax_check_link_flag.m442 # You should have received a copy of the GNU General Public License along
/net-tools-3.4.0/libcoap/
DLICENSE.GPL149 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/
Dtest_suite_entropy.function372 // Check result of both NV file and entropy received with the manual calculations
/net-tools-3.4.0/mbedtls-2.4.0/
Dapache-2.0.txt64 on behalf of whom a Contribution has been received by Licensor and
DChangeLog701 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