/net-tools-3.5.0/ |
D | tunslip6.c | 140 fprintf(stderr,"%04lu.%03lu ", secs, msecs); in stamptime() 148 fprintf(stderr,"\n%s ",timec); in stamptime() 193 fprintf(stderr, "*** dropping large %d byte packet\n",inbufptr); in serial_to_tun() 229 fprintf(stderr,"*** Gateway's MAC address: %s\n", macs); in serial_to_tun() 250 fprintf(stderr,"*** Address:%s => %02x%02x:%02x%02x:%02x%02x:%02x%02x\n", in serial_to_tun() 325 fprintf(stderr, "DEBUG: retrying %d\n", count_errs); in serial_to_tun() 413 fprintf(stderr, "getaddrinfo: %s", gai_strerror(rv)); in get_slipfd() 434 fprintf(stderr, "can't connect to ``%s:%s''\n", host, port); in get_slipfd() 442 fprintf(stderr, "slip connected to ``%s:%s''\n", s, port); in get_slipfd() 451 fprintf(stderr, "can't open siodev ``%s''\n", siodev); in get_slipfd() [all …]
|
D | throughput-client.c | 317 fprintf(stderr, "Cannot get interface addresses for " in get_address() 544 fprintf(stderr, in main() 553 fprintf(stderr, "Invalid fd\n"); in main() 567 fprintf(stderr, in main()
|
D | echo-client.c | 367 fprintf(stderr, "Cannot get interface addresses for " in get_address() 654 fprintf(stderr, in main() 663 fprintf(stderr, "Invalid fd\n"); in main() 697 fprintf(stderr, in main()
|
D | coap-client.c | 478 fprintf(stderr, "Cannot get interface addresses for " in get_address() 1459 fprintf(stderr, "ERROR %d.%02d", in coap_message_handler() 1463 fprintf(stderr, " "); in coap_message_handler() 1465 fprintf(stderr, "%c", *databuf++); in coap_message_handler() 1467 fprintf(stderr, "\n"); in coap_message_handler() 1863 fprintf(stderr, "Timeout [%d] while waiting len %d\n", 1869 fprintf(stderr, "Invalid fd in read, quitting.\n"); 1877 fprintf(stderr, "Peer connection failed.\n"); 1885 fprintf(stderr, "Packet read error.\n");
|
/net-tools-3.5.0/libcoap/src/ |
D | debug.c | 38 # define fprintf(fd, ...) LWIP_PLATFORM_DIAG((__VA_ARGS__)) macro 252 # define fprintf(fd, ...) PRINTF(__VA_ARGS__) macro 385 fprintf(COAP_DEBUG_FD, "v:%d t:%s c:%s i:%04x {", in coap_show_pdu() 390 fprintf(COAP_DEBUG_FD, "%02x", pdu->hdr->token[i]); in coap_show_pdu() 392 fprintf(COAP_DEBUG_FD, "}"); in coap_show_pdu() 397 fprintf(COAP_DEBUG_FD, " ["); in coap_show_pdu() 402 fprintf(COAP_DEBUG_FD, ","); in coap_show_pdu() 452 fprintf(COAP_DEBUG_FD, " %s:%.*s", msg_option_string(opt_iter.type), in coap_show_pdu() 456 fprintf(COAP_DEBUG_FD, " ]"); in coap_show_pdu() 460 fprintf(COAP_DEBUG_FD, " :: "); in coap_show_pdu() [all …]
|
/net-tools-3.5.0/tinydtls-0.8.2/ |
D | debug.c | 219 fprintf(log_fd, "%s ", timebuf); in dsrv_log() 222 fprintf(log_fd, "%s ", loglevels[level]); in dsrv_log() 301 fprintf(log_fd, "%s ", timebuf); in dtls_dsrv_hexdump_log() 304 fprintf(log_fd, "%s ", loglevels[level]); in dtls_dsrv_hexdump_log() 307 fprintf(log_fd, "%s: (%zu bytes):\n", name, length); in dtls_dsrv_hexdump_log() 311 fprintf(log_fd, "%08X ", n); in dtls_dsrv_hexdump_log() 313 fprintf(log_fd, "%02X ", *buf++); in dtls_dsrv_hexdump_log() 318 fprintf(log_fd, "\n"); in dtls_dsrv_hexdump_log() 320 fprintf(log_fd, " "); in dtls_dsrv_hexdump_log() 324 fprintf(log_fd, "%s: (%zu bytes): ", name, length); in dtls_dsrv_hexdump_log() [all …]
|
D | hmac.c | 154 fprintf(stderr, "usage: %s key text", argv[0]); in main()
|
/net-tools-3.5.0/libcoap/examples/ |
D | tiny.c | 58 fprintf( stderr, "%s -- tiny fake sensor\n" in usage() 79 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(s)); in get_context() 92 fprintf(stderr, "no context available for interface '%s'\n", node); in get_context()
|
D | client.c | 281 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(error)); in resolve_address() 507 fprintf(stderr, "%d.%02d", in message_handler() 510 fprintf(stderr, " "); in message_handler() 512 fprintf(stderr, "%c", *databuf++); in message_handler() 514 fprintf(stderr, "\n"); in message_handler() 537 fprintf( stderr, "%s v%s -- a small CoAP implementation\n" in usage() 995 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(s)); in get_context() 1016 fprintf(stderr, "no context available for interface '%s'\n", node); in get_context() 1081 fprintf(stderr, "cannot set output file: insufficient memory\n"); in main() 1099 fprintf(stderr, "error specifying proxy address\n"); in main() [all …]
|
D | coap-server.c | 333 fprintf( stderr, "%s v%s -- a small CoAP implementation\n" in usage() 357 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(s)); in get_context() 378 fprintf(stderr, "no context available for interface '%s'\n", node); in get_context() 398 fprintf(stderr, "join: cannot resolve link-local interface: %s\n", in join() 420 fprintf(stderr, "join: cannot resolve multicast address: %s\n", in join()
|
/net-tools-3.5.0/libcoap/tests/ |
D | test_options.c | 890 fprintf(stderr, "W: cannot add option parser test suite (%s)\n", in t_init_option_tests() 898 fprintf(stderr, "W: cannot add option parser test (%s)\n", \ in t_init_option_tests() 920 fprintf(stderr, "W: cannot add option encoder test (%s)\n", \ in t_init_option_tests() 934 fprintf(stderr, "W: cannot add option encoder test suite (%s)\n", in t_init_option_tests() 941 fprintf(stderr, "W: cannot add option accessor function test (%s)\n", \ in t_init_option_tests() 954 fprintf(stderr, "W: cannot add option acessor function test suite (%s)\n", in t_init_option_tests() 961 fprintf(stderr, "W: cannot add option iterator test (%s)\n", \ in t_init_option_tests() 977 fprintf(stderr, "W: cannot add option iterator test suite (%s)\n", in t_init_option_tests() 984 fprintf(stderr, "W: cannot add option filter test (%s)\n", \ in t_init_option_tests() 993 fprintf(stderr, "W: cannot add option filter test suite (%s)\n", in t_init_option_tests()
|
D | testdriver.c | 27 fprintf(stderr, "E: test framework initialization failed\n"); in main()
|
D | test_pdu.c | 642 fprintf(stderr, "W: cannot add pdu parser test suite (%s)\n", in t_init_pdu_tests() 650 fprintf(stderr, "W: cannot add pdu parser test (%s)\n", \ in t_init_pdu_tests() 673 fprintf(stderr, "W: cannot add pdu encoder test (%s)\n", \ in t_init_pdu_tests() 689 fprintf(stderr, "W: cannot add pdu parser test suite (%s)\n", in t_init_pdu_tests()
|
D | test_wellknown.c | 310 fprintf(stderr, "W: cannot add .well-known/core test suite (%s)\n", in t_init_wellknown_tests() 318 fprintf(stderr, "W: cannot add .well-known/core test (%s)\n", \ in t_init_wellknown_tests()
|
D | test_error_response.c | 343 fprintf(stderr, "W: cannot add error response generator test suite (%s)\n", in t_init_error_response_tests() 351 fprintf(stderr, "W: cannot add error response generator test (%s)\n", \ in t_init_error_response_tests()
|
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/ |
D | platform.h | 63 #define MBEDTLS_PLATFORM_STD_FPRINTF fprintf /**< Default fprintf to use */ 154 #define mbedtls_fprintf fprintf
|
/net-tools-3.5.0/tinydtls-0.8.2/tests/ |
D | dtls-server.c | 207 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(error)); in resolve_address() 235 fprintf(stderr, "%s v%s -- DTLS server implementation\n" in usage() 298 fprintf(stderr, "cannot resolve address\n");
|
D | ccm-test.c | 62 fprintf(stderr, "cannot set key\n");
|
/net-tools-3.5.0/mbedtls-2.4.0/programs/random/ |
D | gen_entropy.c | 32 #define mbedtls_fprintf fprintf
|
D | gen_random_havege.c | 32 #define mbedtls_fprintf fprintf
|
D | gen_random_ctr_drbg.c | 32 #define mbedtls_fprintf fprintf
|
/net-tools-3.5.0/tinydtls-0.8.2/sha2/ |
D | sha2prog.c | 44 …fprintf(stderr, "%s\nUsage:\t%s [options] [<file>]\nOptions:\n\t-256\tGenerate SHA-256 hash\n\t-38… in usage()
|
/net-tools-3.5.0/mbedtls-2.4.0/programs/pkey/ |
D | pk_encrypt.c | 32 #define mbedtls_fprintf fprintf
|
D | rsa_encrypt.c | 33 #define mbedtls_fprintf fprintf
|
D | rsa_sign.c | 32 #define mbedtls_fprintf fprintf
|