Lines Matching refs:PRINTF
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()
288 PRINTF(":%d\n", uip_ntohs(dst->port)); in init_dtls()