Home
last modified time | relevance | path

Searched refs:network_send (Results 1 – 3 of 3) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Dnet.h124 ssize_t (*network_send)(struct coap_context_t *context, member
/net-tools-latest/libcoap/src/
Dnet.c395 c->network_send = coap_network_send; in coap_new_context()
571 bytes_written = context->network_send(context, local_interface, dst, in coap_send_impl()
/net-tools-latest/
Dcoap-client.c1542 ctx->network_send = my_coap_network_send; in get_coap_context()