Searched defs:alg_names_string (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c57 static char *proto_name, *alg_names_string, *block_sizes_string; variable
588 if (alg_names_string == NULL) {
624 while ((holder = strtok((holder == NULL) ? alg_names_string : NULL,
779 if (alg_names_string == NULL) {
782 if (strchr(alg_names_string, ',') != NULL) {
787 if ((rc = delipsecalgbyname(alg_names_string, proto_number))
791 alg_names_string, ipsecalgs_diag(rc));
1071 if (alg_names_string != NULL)
1073 alg_names_string = optarg;

Completed in 153 milliseconds