/net-tools-2.7.6/libcoap/src/ |
D | net.c | 1281 coap_cancel(coap_context_t *context, const coap_queue_t *sent) { in coap_cancel() argument 1290 COAP_SET_STR(&token, sent->pdu->hdr->token_length, sent->pdu->hdr->token); in coap_cancel() 1293 num_cancelled += coap_delete_observer(r, &sent->remote, &token); in coap_cancel() 1294 coap_cancel_all_messages(context, &sent->remote, token.s, token.length); in coap_cancel() 1505 coap_queue_t *sent, coap_queue_t *rcvd) { in handle_response() argument 1520 &rcvd->remote, sent ? sent->pdu : NULL, in handle_response() 1538 coap_queue_t *sent = NULL; local 1557 coap_remove_from_queue(&context->sendqueue, rcvd->id, &sent); 1565 if (sent && COAP_RESPONSE_CLASS(sent->pdu->hdr->code) == 2) { 1567 { sent->pdu->hdr->token_length, sent->pdu->hdr->token }; [all …]
|
/net-tools-2.7.6/ |
D | echo-client.c | 570 int sent; in main() local 577 sent = 0; in main() 613 sent += len; in main() 615 } while (sent < len); in main() 682 } while (received < sent); in main()
|
D | echo-server.c | 170 int sent = 0; in reply() local 173 ret = write(fd, buf + sent, buflen - sent); in reply() 177 sent += ret; in reply() 178 } while (sent < buflen); in reply()
|
D | throughput-client.c | 490 int sent; in main() local 504 sent = 0; in main()
|
D | README.legacy | 130 which waits UDP data sent by echo-client application that 163 which waits DTLS data sent by dtls-client application that
|
D | coap-client.c | 1101 coap_pdu_t *sent, in is_our_own() argument 1105 if (!sent && in is_our_own() 1338 coap_pdu_t *sent, in coap_message_handler() argument 1354 if (!is_our_own(coap_ctx, remote, sent, received)) in coap_message_handler() 1370 if (sent && coap_check_option(received, in coap_message_handler()
|
/net-tools-2.7.6/libcoap/include/coap/ |
D | coap.h.in | 16 /* Define the address where bug reports for libcoap should be sent. */
|
D | net.h | 65 coap_pdu_t *sent,
|
/net-tools-2.7.6/libcoap/examples/contiki/ |
D | coap-observer.c | 98 coap_pdu_t *sent, in message_handler() argument
|
/net-tools-2.7.6/libcoap/examples/ |
D | client.c | 318 coap_pdu_t *sent, in message_handler() argument 342 if (!sent && (received->hdr->type == COAP_MESSAGE_CON || in message_handler() 357 if (sent && coap_check_option(received, COAP_OPTION_SUBSCRIPTION, &opt_iter)) { in message_handler()
|
D | coap-client.txt.in | 96 confirmable message will be sent.
|
/net-tools-2.7.6/python-websocket-server/ |
D | README.md | 90 The client passed to the callback is the client that left, sent the message, etc. The server might …
|
/net-tools-2.7.6/tinydtls-0.8.2/ |
D | dtls_config.h.in | 100 /* Define to the address where bug reports for this package should be sent. */
|
/net-tools-2.7.6/mbedtls-2.4.0/ |
D | apache-2.0.txt | 55 means any form of electronic, verbal, or written communication sent
|
D | ChangeLog | 659 issue with some servers when a zero-length extension was sent. (Reported 743 * Add server-side enforcement of sent renegotiation requests 1084 * Client and server now filter sent and accepted ciphersuites on minimum 1158 issue with some servers when a zero-length extension was sent. (Reported 1308 * Secure renegotiation extension should only be sent in case client 1930 be sent twice in non-blocking mode when send returns EAGAIN
|