Searched refs:PRINTF (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.6.0/tinydtls-0.8.2/ |
D | debug.c | 239 PRINTF("%s ", timebuf); in dsrv_log() 242 PRINTF("%s ", loglevels[level]); in dsrv_log() 342 PRINTF("%s ", timebuf); in dtls_dsrv_hexdump_log() 345 PRINTF("%s ", loglevels[level]); in dtls_dsrv_hexdump_log() 348 PRINTF("%s: (%zu bytes):\n", name, length); in dtls_dsrv_hexdump_log() 352 PRINTF("%08X ", n); in dtls_dsrv_hexdump_log() 354 PRINTF("%02X ", *buf++); in dtls_dsrv_hexdump_log() 359 PRINTF("\n"); in dtls_dsrv_hexdump_log() 361 PRINTF(" "); in dtls_dsrv_hexdump_log() 365 PRINTF("%s: (%zu bytes): ", name, length); in dtls_dsrv_hexdump_log() [all …]
|
D | debug.h | 50 PRINTF("Stack: %d bytes used (%d free)\n", &_estack - p, p - &__Stack_Init); in check_stack() 57 #define PRINTF(...) macro 90 #define dsrv_log(level, format, ...) PRINTF(format, ##__VA_ARGS__)
|
D | dtls.c | 3525 PRINTF("removed peer ["); in handle_alert() 3527 PRINTF("]:%d\n", uip_ntohs(peer->session.port)); in handle_alert()
|
/net-tools-3.6.0/tinydtls-0.8.2/examples/contiki/ |
D | dtls-client.c | 104 PRINTF("%c", data[i]); in read_from_peer() 117 PRINTF("send to "); in send_to_peer() 119 PRINTF(":%u\n", uip_ntohs(conn->rport)); in send_to_peer() 220 PRINTF("Client received message from "); in dtls_handle_read() 222 PRINTF(":%d\n", uip_ntohs(session.port)); in dtls_handle_read() 234 PRINTF("Client IPv6 addresses: "); in print_local_addresses() 240 PRINTF("\n"); in print_local_addresses() 252 PRINTF("UDP client failed to parse address '%s'\n", QUOTEME(UDP_CONNECTION_ADDR)); in set_connection_address() 275 PRINTF("DTLS client started\n"); in init_dtls() 286 PRINTF("set connection address to "); in init_dtls() [all …]
|
D | dtls-server.c | 86 PRINTF("%c", data[i]); in read_from_peer() 102 PRINTF("send to "); in send_to_peer() 104 PRINTF(":%u\n", uip_ntohs(conn->rport)); in send_to_peer() 210 PRINTF("Server IPv6 addresses: \n"); in print_local_addresses() 216 PRINTF("\n"); in print_local_addresses() 236 PRINTF("created a new RPL dag\n"); 238 PRINTF("failed to create a new RPL DAG\n"); 262 PRINTF("DTLS server started\n"); in init_dtls()
|
/net-tools-3.6.0/libcoap/src/ |
D | debug.c | 252 # define fprintf(fd, ...) PRINTF(__VA_ARGS__) 258 # define vfprintf(fd, ...) PRINTF(__VA_ARGS__)
|