Searched defs:current_proto (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | algs.c | 346 ipsec_proto_t *current_proto, *ret_proto = NULL; local 354 current_proto = (*protos) + i; 355 if (current_proto->proto_num == proto_num) { 356 ret_proto = current_proto; 486 ipsec_proto_t *protos, *current_proto; local 493 if ((current_proto = proto_setup(&protos, &num_protos, 501 if (ipsecalg_exists(newbie, current_proto)) 513 current_proto, forced_add); 524 for (i = 0; i < current_proto->proto_numalgs; i++) { 525 if (current_proto 577 ipsec_proto_t *protos, *current_proto; local 597 ipsec_proto_t *protos, *current_proto; local 653 ipsec_proto_t *protos, *current_proto, *new_proto; local 723 ipsec_proto_t *protos, *current_proto; local 805 ipsec_proto_t *protos, *current_proto; local 825 ipsec_proto_t *protos, *current_proto; local [all...] |
Completed in 57 milliseconds