Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dcoap_io.h114 void coap_packet_populate_endpoint(coap_packet_t *packet,
/net-tools-latest/libcoap/
Dlibcoap-1.sym78 coap_packet_populate_endpoint
Dlibcoap-1.map80 coap_packet_populate_endpoint;
/net-tools-latest/libcoap/src/
Dcoap_io_lwip.c14 void coap_packet_populate_endpoint(coap_packet_t *packet, coap_endpoint_t *target) in coap_packet_populate_endpoint() function
Dcoap_io.c381 coap_packet_populate_endpoint(coap_packet_t *packet, coap_endpoint_t *target) in coap_packet_populate_endpoint() function
Dnet.c898 coap_packet_populate_endpoint(packet, &node->local_if); in coap_handle_message()