Home
last modified time | relevance | path

Searched refs:coap_packet_copy_source (Results 1 – 6 of 6) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Dcoap_io.h120 void coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target);
/net-tools-latest/libcoap/
Dlibcoap-1.sym76 coap_packet_copy_source
Dlibcoap-1.map78 coap_packet_copy_source;
/net-tools-latest/libcoap/src/
Dcoap_io_lwip.c18 void coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target) in coap_packet_copy_source() function
Dcoap_io.c389 coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target) in coap_packet_copy_source() function
Dnet.c899 coap_packet_copy_source(packet, &node->remote); in coap_handle_message()