Searched refs:current_proto (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libipsecutil/common/
H A Dalgs.c346 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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm95 my $current_proto = undef; # current mechanism used to transmit messages
371 if ($current_proto eq 'native') {
374 elsif ($current_proto eq 'eventlog') {
391 if ($options{perror} and $current_proto ne 'native') {
415 $failed = $current_proto unless $failed;
421 $failed = undef if ($current_proto && $failed && $current_proto eq $failed);
533 if ($transmit_ok && $current_proto) {
535 unshift(@fallbackMethods, $current_proto);
551 $current_proto
[all...]

Completed in 21 milliseconds