Searched refs:optarg_s (Results 1 – 7 of 7) sorted by relevance
/external/libsrtp2/test/ |
D | rtp_decoder.c | 211 input_key = optarg_s; in main() 214 scs.key_size = atoi(optarg_s); in main() 227 scs.tag_size = atoi(optarg_s); in main() 237 status = srtp_set_debug_module(optarg_s, 1); in main() 240 optarg_s); in main() 245 if (strlen(optarg_s) > MAX_FILTER) { in main() 250 fprintf(stderr, "Setting filter as %s\n", optarg_s); in main() 251 strcpy(filter_exp, optarg_s); in main() 259 if (strcasecmp(i_scsp->can_name, optarg_s) == 0) { in main() 265 optarg_s); in main() [all …]
|
D | getopt_s.c | 49 char *optarg_s; variable 94 optarg_s = argv[optind_s]; in getopt_s()
|
D | rtpw.c | 205 input_key = optarg_s; in main() 208 key_size = atoi(optarg_s); in main() 217 tag_size = atoi(optarg_s); in main() 237 status = srtp_set_debug_module(optarg_s, 1); in main() 239 printf("error: set debug module (%s) failed\n", optarg_s); in main() 247 dictfile = optarg_s; in main()
|
D | dtls_srtp_driver.c | 87 err = srtp_crypto_kernel_set_debug_module(optarg_s, 1); in main() 89 printf("error: set debug module (%s) failed\n", optarg_s); in main()
|
D | srtp_driver.c | 270 status = srtp_set_debug_module(optarg_s, 1); in main() 272 printf("error: set debug module (%s) failed\n", optarg_s); in main()
|
/external/libsrtp2/crypto/test/ |
D | kernel_driver.c | 86 status = srtp_crypto_kernel_set_debug_module(optarg_s, 1); in main() 88 printf("error: set debug module (%s) failed\n", optarg_s); in main()
|
/external/libsrtp2/include/ |
D | getopt_s.h | 59 extern char *optarg_s; /* defined in getopt.c */
|