Home | History | Annotate | Download | only in test

Lines Matching full:printf

45 #include <stdio.h>    /* for printf()          */
57 printf("usage: %s [ -t ][ -c ][ -v ][-d <debug_module> ]* [ -l ]\n"
69 printf("dtls_srtp_driver\n");
74 printf("error: srtp init failed with error code %d\n", err);
90 printf("error: set debug module (%s) failed\n", optarg_s);
102 printf("error: list of debug modules failed\n");
107 printf("testing dtls_srtp...");
110 printf("\nerror (code %d)\n", err);
113 printf("passed\n");
145 printf("wrong return value from srtp_protect() (got code %d)\n",
151 printf("wrong return value from srtp_unprotect() (got code %d)\n",
157 printf("wrong return value from srtp_protect_rtcp() (got code %d)\n",
163 printf("wrong return value from srtp_unprotect_rtcp() (got code %d)\n",