Home
last modified time | relevance | path

Searched refs:fprintf (Results 1 – 25 of 51) sorted by relevance

123

/net-tools-3.5.0/
Dtunslip6.c140 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 …]
Dthroughput-client.c317 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()
Decho-client.c367 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()
Dcoap-client.c478 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/
Ddebug.c38 # 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/
Ddebug.c219 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 …]
Dhmac.c154 fprintf(stderr, "usage: %s key text", argv[0]); in main()
/net-tools-3.5.0/libcoap/examples/
Dtiny.c58 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()
Dclient.c281 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 …]
Dcoap-server.c333 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/
Dtest_options.c890 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()
Dtestdriver.c27 fprintf(stderr, "E: test framework initialization failed\n"); in main()
Dtest_pdu.c642 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()
Dtest_wellknown.c310 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()
Dtest_error_response.c343 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/
Dplatform.h63 #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/
Ddtls-server.c207 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");
Dccm-test.c62 fprintf(stderr, "cannot set key\n");
/net-tools-3.5.0/mbedtls-2.4.0/programs/random/
Dgen_entropy.c32 #define mbedtls_fprintf fprintf
Dgen_random_havege.c32 #define mbedtls_fprintf fprintf
Dgen_random_ctr_drbg.c32 #define mbedtls_fprintf fprintf
/net-tools-3.5.0/tinydtls-0.8.2/sha2/
Dsha2prog.c44fprintf(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/
Dpk_encrypt.c32 #define mbedtls_fprintf fprintf
Drsa_encrypt.c33 #define mbedtls_fprintf fprintf
Drsa_sign.c32 #define mbedtls_fprintf fprintf

123