/net-tools-3.4.0/libcoap/src/ |
D | coap_io_lwip.c | 14 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()
|
D | coap_io.c | 381 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/ |
D | dtls-client.c | 351 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()
|
D | throughput-client.c | 350 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()
|
D | echo-client.c | 403 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()
|
D | coap-client.c | 144 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));
|
D | README.legacy | 8 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/ |
D | README.md | 15 … 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/ |
D | coap_io.h | 115 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/ |
D | README.md | 15 … 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/ |
D | CMakeLists.txt | 110 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/ |
D | README.md | 15 … 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/ |
D | test_text_messages.py | 94 target=lambda fn: messages_received.append(fn()), 105 target=server.send_message_to_all,
|
D | utils.py | 15 server_thread = Thread(target=s.run_forever)
|
/net-tools-3.4.0/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | README.md | 15 … 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/ |
D | loop-socat.service | 10 WantedBy=multi-user.target
|
D | loop-slip-tap.service | 12 WantedBy=multi-user.target
|
/net-tools-3.4.0/mbedtls-2.4.0/configs/ |
D | README.txt | 5 this target. They can be used as a basis for custom configurations.
|
/net-tools-3.4.0/virtual-hub/ |
D | README.md | 39 to 1 on CMakeLists.txt from the target projects.
|
/net-tools-3.4.0/libcoap/ |
D | configure.ac | 255 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'])
|
D | ChangeLog | 94 distinguish target platforms.
|
D | CONTRIBUTE | 172 any make target and test your work.
|
/net-tools-3.4.0/mbedtls-2.4.0/ |
D | README.md | 26 - 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…
|
D | ChangeLog | 104 * 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/ |
D | configure | 1022 -target | --target | --targe | --targ | --tar | --ta | --t) 1024 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1147 target=$target_alias
|