Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 9 of 9) sorted by relevance

/net-tools-2.7.6/
Dcoap-client.c812 user_data->coap_ctx->endpoint, in send_packets()
817 user_data->coap_ctx->endpoint, in send_packets()
862 user_data->coap_ctx->endpoint, in try_send()
867 user_data->coap_ctx->endpoint, in try_send()
908 memcpy(&node->local_if, ctx->endpoint, sizeof(coap_endpoint_t)); in dispatch_data()
1108 coap_send_rst(coap_ctx, coap_ctx->endpoint, remote, in is_our_own()
1205 const coap_endpoint_t *endpoint, in read_blocks() argument
1241 endpoint, in read_blocks()
1246 endpoint, in read_blocks()
1336 const coap_endpoint_t *endpoint, in coap_message_handler() argument
[all …]
/net-tools-2.7.6/mbedtls-2.4.0/library/
Dssl_tls.c773 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_CLIENT ) in mbedtls_ssl_derive_keys()
793 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER ) in mbedtls_ssl_derive_keys()
2343 else if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in mbedtls_ssl_fetch_input()
3618 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in ssl_parse_record_header()
3992 ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in mbedtls_ssl_handle_message_type()
4120 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_CLIENT ) in mbedtls_ssl_write_certificate()
4149 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER ) in mbedtls_ssl_write_certificate()
4236 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in mbedtls_ssl_parse_certificate()
4249 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in mbedtls_ssl_parse_certificate()
4272 if( ssl->conf->endpoint == MBEDTLS_SSL_IS_SERVER && in mbedtls_ssl_parse_certificate()
[all …]
Dssl_srv.c64 if( ssl->conf->endpoint != MBEDTLS_SSL_IS_SERVER ) in mbedtls_ssl_set_client_transport_id()
/net-tools-2.7.6/libcoap/src/
Dnet.c382 c->endpoint = coap_new_endpoint(listen_addr, COAP_ENDPOINT_NOSEC); in coap_new_context()
384 c->endpoint->context = c; in coap_new_context()
386 if (c->endpoint == NULL) { in coap_new_context()
391 c->sockfd = c->endpoint->handle.fd; in coap_new_context()
433 coap_free_endpoint(context->endpoint); in coap_free_context()
608 udp_sendto(context->endpoint->pcb, pdu->pbuf, in coap_send_impl()
832 bytes_read = ctx->network_read(ctx->endpoint, &packet); in coap_read()
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dssl.h717 unsigned int endpoint : 1; /*!< 0: client, 1: server */ member
993 void mbedtls_ssl_conf_endpoint( mbedtls_ssl_config *conf, int endpoint );
2524 int endpoint, int transport, int preset );
/net-tools-2.7.6/libcoap/include/coap/
Dnet.h91 coap_endpoint_t *endpoint; /**< the endpoint used for listening */ member
/net-tools-2.7.6/libcoap/examples/
Dclient.c1199 tid = coap_send_confirmed(ctx, ctx->endpoint, &dst, pdu); in main()
1201 tid = coap_send(ctx, ctx->endpoint, &dst, pdu); in main()
1253 clear_obs(ctx, ctx->endpoint, &dst); /* FIXME: handle error case COAP_TID_INVALID */ in main()
Dcoap-client.txt.in133 Send text 'mode=on' to resource 'actuators/leds?color=r' on the endpoint with
Dcoap-server.c537 check_async(ctx, ctx->endpoint, now); in main()