Home
last modified time | relevance | path

Searched defs:target (Results 1 – 6 of 6) sorted by relevance

/net-tools-3.4.0/libcoap/src/
Dcoap_io_lwip.c14 void coap_packet_populate_endpoint(coap_packet_t *packet, coap_endpoint_t *target) in coap_packet_populate_endpoint()
18 void coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target) in coap_packet_copy_source()
Dcoap_io.c381 coap_packet_populate_endpoint(coap_packet_t *packet, coap_endpoint_t *target) in coap_packet_populate_endpoint()
389 coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target) in coap_packet_copy_source()
/net-tools-3.4.0/
Ddtls-client.c351 const char *target = SERVER_ADDR; in main() local
Dthroughput-client.c350 const char *target = NULL, *interface = NULL; in main() local
Decho-client.c403 const char *target = NULL, *interface = NULL; in main() local
Dcoap-client.c144 static const char *target; variable
729 static char *create_uri(char *uri, int len, const char *target, in create_uri()