Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 28) sorted by relevance

12

/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() argument
18 void coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target) in coap_packet_copy_source() argument
20 target->port = packet->srcport; in coap_packet_copy_source()
21 memcpy(&target->addr, ip_current_src_addr(), sizeof(ip_addr_t)); 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() argument
383 target->handle = packet->interface->handle; in coap_packet_populate_endpoint()
384 memcpy(&target->addr, &packet->dst, sizeof(target->addr)); in coap_packet_populate_endpoint()
385 target->ifindex = packet->ifindex; in coap_packet_populate_endpoint()
386 target->flags = 0; /* FIXME */ in coap_packet_populate_endpoint()
389 coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target) in coap_packet_copy_source() argument
391 memcpy(target, &packet->src, sizeof(coap_address_t)); in coap_packet_copy_source()
/net-tools-3.4.0/
Ddtls-client.c351 const char *target = SERVER_ADDR; in main() local
383 target = argv[optind]; in main()
385 if (!target) { in main()
440 mbedtls_printf(" . Connecting to udp/%s/%s...", target, target_port); in main()
443 if ((ret = mbedtls_net_connect(&server_fd, target, in main()
Dthroughput-client.c350 const char *target = NULL, *interface = NULL; in main() local
382 target = argv[optind]; in main()
384 if (!target || help) { in main()
396 if (inet_pton(AF_INET6, target, &addr6_send.sin6_addr) != 1) { in main()
397 if (inet_pton(AF_INET, target, &addr4_send.sin_addr) != 1) { in main()
Decho-client.c403 const char *target = NULL, *interface = NULL; in main() local
445 target = argv[optind]; in main()
447 if (!target || help) { in main()
465 if (inet_pton(AF_INET6, target, &addr6_send.sin6_addr) != 1) { in main()
466 if (inet_pton(AF_INET, target, &addr4_send.sin_addr) != 1) { in main()
Dcoap-client.c144 static const char *target; variable
729 static char *create_uri(char *uri, int len, const char *target, in create_uri() argument
734 target, in create_uri()
754 uri = create_uri(uri_buf, MAX_URI, target, user_data); in create_pdu()
1620 target = argv[optind];
1622 if (!target) {
1634 if (inet_pton(AF_INET6, target, &addr6_send.sin6_addr) != 1) {
1635 if (inet_pton(AF_INET, target, &addr4_send.sin_addr) != 1) {
1762 strlen(target),
1763 (char *)target));
DREADME.legacy8 way it is possible to pass packets between host and target
74 between host and target system via slip protocol.
/net-tools-3.4.0/mbedtls-2.4.0/yotta/data/example-hashing/
DREADME.md15 … which case you'll have to substitute frdm-k64f-gcc with the appropriate target in the instruction…
21 …omputer with the micro-USB cable, being careful to use the "OpenSDA" connector on the target board.
25 3. Set the yotta target:
28 yotta target frdm-k64f-gcc
/net-tools-3.4.0/libcoap/include/coap/
Dcoap_io.h115 coap_endpoint_t *target);
120 void coap_packet_copy_source(coap_packet_t *packet, coap_address_t *target);
/net-tools-3.4.0/mbedtls-2.4.0/yotta/data/example-authcrypt/
DREADME.md15 … which case you'll have to substitute frdm-k64f-gcc with the appropriate target in the instruction…
21 …omputer with the micro-USB cable, being careful to use the "OpenSDA" connector on the target board.
25 3. Set the yotta target:
28 yotta target frdm-k64f-gcc
/net-tools-3.4.0/mbedtls-2.4.0/tests/
DCMakeLists.txt110 file(TO_NATIVE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/data_files" target)
114 set(command ln -s ${target} ${link})
116 set(command cmd.exe /c mklink /d ${link} ${target})
124 message(FATAL_ERROR "Could not create symbolic link for: ${target} --> ${output}")
/net-tools-3.4.0/mbedtls-2.4.0/yotta/data/example-selftest/
DREADME.md15 … which case you'll have to substitute frdm-k64f-gcc with the appropriate target in the instruction…
21 …omputer with the micro-USB cable, being careful to use the "OpenSDA" connector on the target board.
25 3. Set the yotta target:
28 yotta target frdm-k64f-gcc
/net-tools-3.4.0/python-websocket-server/tests/
Dtest_text_messages.py94 target=lambda fn: messages_received.append(fn()),
105 target=server.send_message_to_all,
Dutils.py15 server_thread = Thread(target=s.run_forever)
/net-tools-3.4.0/mbedtls-2.4.0/yotta/data/example-benchmark/
DREADME.md15 … which case you'll have to substitute frdm-k64f-gcc with the appropriate target in the instruction…
21 …omputer with the micro-USB cable, being careful to use the "OpenSDA" connector on the target board.
25 3. Set the yotta target:
28 yotta target frdm-k64f-gcc
/net-tools-3.4.0/systemd/
Dloop-socat.service10 WantedBy=multi-user.target
Dloop-slip-tap.service12 WantedBy=multi-user.target
/net-tools-3.4.0/mbedtls-2.4.0/configs/
DREADME.txt5 this target. They can be used as a basis for custom configurations.
/net-tools-3.4.0/virtual-hub/
DREADME.md39 to 1 on CMakeLists.txt from the target projects.
/net-tools-3.4.0/libcoap/
Dconfigure.ac255 AC_ARG_VAR([CTAGS_PROG],[the 'ctag' program to use for make target 'update-map-file'])
259 AC_MSG_WARN([==> Without ctags you will be unable to run the target 'update-map-file'!])
265 AC_MSG_WARN([==> This option is required for target 'update-map-file'])
DChangeLog94 distinguish target platforms.
DCONTRIBUTE172 any make target and test your work.
/net-tools-3.4.0/mbedtls-2.4.0/
DREADME.md26 - depending on the yotta target, features of mbed OS may be used in examples and tests
51 In any case, you'll probably want to set the yotta target before building unless it has already bee…
75 In order to build for a Windows platform, you should use `WINDOWS_BUILD=1` if the target is Windows…
DChangeLog104 * Fix potential build failures related to the 'apidoc' target, introduced
1607 * Loads of minimal changes to better support WINCE as a build target
1986 * Fixed the make install target to comply with *BSD make
/net-tools-3.4.0/tinydtls-0.8.2/
Dconfigure1022 -target | --target | --targe | --targ | --tar | --ta | --t)
1024 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1147 target=$target_alias

12