Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 15 of 15) sorted by relevance

/net-tools-3.5.0/libcoap/src/
Dnet.c1281 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-3.5.0/
Decho-client.c570 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()
Decho-server.c170 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()
Dthroughput-client.c490 int sent; in main() local
504 sent = 0; in main()
DREADME.legacy130 which waits UDP data sent by echo-client application that
163 which waits DTLS data sent by dtls-client application that
Dcoap-client.c1101 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-3.5.0/libcoap/include/coap/
Dcoap.h.in16 /* Define the address where bug reports for libcoap should be sent. */
Dnet.h65 coap_pdu_t *sent,
/net-tools-3.5.0/libcoap/examples/contiki/
Dcoap-observer.c98 coap_pdu_t *sent, in message_handler() argument
/net-tools-3.5.0/libcoap/examples/
Dclient.c318 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()
Dcoap-client.txt.in96 confirmable message will be sent.
/net-tools-3.5.0/python-websocket-server/
DREADME.md90 The client passed to the callback is the client that left, sent the message, etc. The server might …
/net-tools-3.5.0/tinydtls-0.8.2/
Ddtls_config.h.in100 /* Define to the address where bug reports for this package should be sent. */
/net-tools-3.5.0/mbedtls-2.4.0/
Dapache-2.0.txt55 means any form of electronic, verbal, or written communication sent
DChangeLog659 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