Searched refs:available_protocols (Results 1 – 1 of 1) sorted by relevance
82 our %available_protocols;95 %available_protocols = %configdata::available_protocols;155 sub available_protocols { subroutine158 if (exists $available_protocols{lc $protocol_class}) {159 return @{$available_protocols{lc $protocol_class}}
Completed in 8 milliseconds