Lines Matching refs:str
2578 my $str = nodataconn_str();
2579 logmsg "DATA sockfilt for passive data channel ($str) bound on port ".
2606 my $str = nodataconn_str();
2607 logmsg "====> Client fooled ($str)\n";
2709 my $str = nodataconn_str();
2710 logmsg "DATA sockfilt for active data channel not started ($str)\n";
2817 my $str;
2819 $str = 'NODATACONN' if($nodataconn);
2820 $str = 'NODATACONN425' if($nodataconn425);
2821 $str = 'NODATACONN421' if($nodataconn421);
2822 $str = 'NODATACONN150' if($nodataconn150);
2823 return "$str";