Home
last modified time | relevance | path

Searched refs:clientip (Results 1 – 25 of 347) sorted by last modified time

12345678910>>...14

/dports/news/inn/inn-2.6.4/authprogs/
H A Dident.c84 sock = network_connect_host(res->clientip, identport, res->localip, in main()
H A Dlibauth.c41 res->clientip = NULL; in get_connection_info()
70 res->clientip = xstrdup(buff + strlen(CLIIP)); in get_connection_info()
87 if (res != NULL && (res->clienthostname == NULL || res->clientip == NULL in get_connection_info()
105 if (res->clientip != NULL) in free_res_info()
106 free(res->clientip); in free_res_info()
/dports/news/inn-current/inn-2.7-20211226/authprogs/
H A Dident.c83 sock = network_connect_host(res->clientip, identport, res->localip, in main()
H A Dlibauth.c40 res->clientip = NULL; in get_connection_info()
69 res->clientip = xstrdup(buff + strlen(CLIIP)); in get_connection_info()
87 && (res->clienthostname == NULL || res->clientip == NULL in get_connection_info()
105 if (res->clientip != NULL) in free_res_info()
106 free(res->clientip); in free_res_info()
/dports/news/nzbperl/nzbperl-0.6.8.pl/
H A Dnzbperl-0.6.8.pl1235 my $clientip = inet_ntoa($clientippart);
1236 statMsg("New remote control connection from " . $clientip . ":" . $clientport);
1238 push @rc_clients, {'sock' => $nclient, 'ip' => $clientip, 'port' => $clientport};
/dports/net-mgmt/librenms/librenms-21.5.1/includes/
H A Dcommon.php465 function is_client_authorized($clientip) argument
475 if (IP::parse($clientip)->inNetwork($range)) {
481 d_echo("Client IP ($clientip) is invalid.\n");
/dports/mail/mailscanner/MailScanner-5.3.4/usr/share/MailScanner/perl/MailScanner/
H A DQmail.pm274 $message->{clientip} = $1;
278 $message->{clientip} = $1;
281 $message->{clientip} = '127.0.0.1';
285 $message->{clientip} = $ipfromheader
H A DMSMail.pm536 $message->{clientip} = $rcvdiplist[$getipfromheader-1];
H A DGenericSpam.pm132 $Message->{clientip},
H A DSweepViruses.pm670 $id, $message->{clientip});
H A DPostfix.pm917 $message->{clientip} = $rcvdiplist[$getipfromheader-1];
H A DConfig.pm348 $claimed_hostname = gethostbyaddr(inet_aton($msg->{clientip}), AF_INET);
365 my $might_spoof = !grep { $msg->{clientip} eq $_ } @resolved_ips;
453 return $value if $msg->{clientip} =~ /^$regexp$/;
457 return $value if $msg->{clientip} =~ /$regexp/;
526 return $value if Net::CIDR::cidrlookup($msg->{clientip}, @cidr);
614 push @matches, $value if $msg->{clientip} =~ /^$regexp$/;
617 push @matches, $value if $msg->{clientip} =~ /$regexp/;
683 if Net::CIDR::cidrlookup($msg->{clientip}, @cidr);
H A DCustomConfig.pm248 $ip = $message->{clientip};
450 my $clientip = $message->{clientip};
470 $subject, $clientip, $archives, $isspam, $ishighspam,
866 my $ip = $message->{clientip};
H A DMCPMessage.pm111 $this->{id}, $this->{clientip},
224 $this->{id}, $this->{clientip},
H A DMessageBatch.pm1282 $newmessage->{clientip} = '10.1.1.1';
H A DMessage.pm298 if($this->{clientip} eq '127.0.0.1') {
304 $this->{clientip} = $last_rcvd_ip if ($last_rcvd_ip);
346 $this->{clientip} ne '0.0.0.0') {
643 $this->{id}, $this->{clientip});
720 $this->{id}, $this->{clientip},
743 $this->{id}, $this->{clientip},
799 $this->{id}, $this->{clientip},
814 $this->{id}, $this->{clientip},
838 $this->{id}, $this->{clientip},
953 $this->{id}, $this->{clientip},
[all …]
H A DSendmail.pm322 $message->{clientip} = $1;
325 $message->{clientip} = '127.0.0.1';
376 $message->{clientip} = '0.0.0.0' unless $IPFound;
381 $message->{clientip} = $rcvdiplist[$getipfromheader-1] if
H A DRBLs.pm84 if (!($message->{clientip} =~ /$regex/)) {
85 @IPwords = ( split( /\./, $message->{clientip} ) );
H A DZMailer.pm293 $message->{clientip} = $1;
296 $message->{clientip} = '127.0.0.1';
354 $message->{clientip} = $rcvdiplist[$getipfromheader-1] if
H A DExim.pm364 $message->{clientip} = (exists $metadata{dv_host_address} &&
368 $message->{clientip} =~ s/^(\d+\.\d+\.\d+\.\d+)(\..*)?/$1/;
369 $message->{clientip} =~ s/^([a-f\d]*)(:[a-f\d]*){6}.*$/$1$2/;
611 $message->{clientip} = $rcvdiplist[$getipfromheader-1] if
/dports/mail/mailscanner/MailScanner-5.3.4/usr/share/MailScanner/perl/custom/
H A DLastSpam.pm378 return 0 if $message->{clientip} =~ /^127\.0\.0/;
H A DSpamWhitelist.pm100 return 1 if $domains{$message->{clientip}};
H A DRuleset-from-Function.pm107 return 0 if $message->{clientip} =~ /^127\.0\.0/;
/dports/mail/mailscanner/MailScanner-5.3.4/usr/sbin/
H A DMSMilter414 $message->{clientip} = $ip;
H A DMailScanner653 $msg->{clientip} = $RuleCheckIP;
673 print STDERR "Client IP = " . $msg->{clientip} . "\n";

12345678910>>...14