Searched refs:ip_status (Results 1 – 10 of 10) sorted by relevance
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/heartbeat/ |
H A D | IPaddr2 | 1002 local ip_status=`ip_served` 1004 if [ "$ip_status" = "ok" ]; then 1008 if [ -n "$IP_CIP" ] && ([ $ip_status = "no" ] || [ $ip_status = "partial2" ]); then 1026 if [ "$ip_status" = "no" ]; then 1086 local ip_status=`ip_served` 1089 if [ $ip_status = "no" ]; then 1095 if [ $ip_status = "partial" ]; then 1136 local ip_status=`ip_served` 1137 case $ip_status in 1292 status) ip_status=`ip_served` [all …]
|
H A D | IPsrcaddr | 405 ip_status() { 490 if ip_status "$ipaddress"; then
|
H A D | IPaddr | 736 ip_status() { 905 status) ip_status;;
|
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/protocols/ |
H A D | ec_ip.c | 57 struct ip_status { struct 106 struct ip_status *status = NULL; in FUNC_DECODER() 225 status = (struct ip_status *)s->data; in FUNC_DECODER() 271 struct ip_status *status; in FUNC_INJECTOR() 298 status = (struct ip_status *)s->data; in FUNC_INJECTOR() 452 SAFE_CALLOC((*s)->data, 1, sizeof(struct ip_status)); in ip_create_session()
|
/dports/security/gnome-ssh-askpass/openssh-6.6p1/ |
H A D | sshconnect.c | 807 HostStatus ip_status; in check_host_key() local 882 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key() 885 (ip_status != HOST_CHANGED || in check_host_key() 890 ip_status = host_status; in check_host_key() 901 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key() 991 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key() 1054 if (ip_status == HOST_NEW) in check_host_key() 1056 else if (ip_status == HOST_OK) in check_host_key() 1068 if (ip_status != HOST_NEW) in check_host_key() 1158 ip_status == HOST_CHANGED) { in check_host_key()
|
/dports/security/ncrack/ncrack-0.7/opensshlib/ |
H A D | sshconnect.c | 837 HostStatus ip_status; 913 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, 916 (ip_status != HOST_CHANGED || 921 ip_status = host_status; 932 if (options.check_host_ip && ip_status == HOST_NEW) { 1030 if (options.check_host_ip && ip_status == HOST_NEW) { 1093 if (ip_status == HOST_NEW) 1095 else if (ip_status == HOST_OK) 1107 if (ip_status != HOST_NEW) 1197 ip_status == HOST_CHANGED) {
|
/dports/security/pam_ssh/pam_ssh-8.0/openssh/ |
H A D | sshconnect.c | 713 HostStatus ip_status; in check_host_key() local 789 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key() 792 (ip_status != HOST_CHANGED || in check_host_key() 797 ip_status = host_status; in check_host_key() 810 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key() 911 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key() 975 if (ip_status == HOST_NEW) in check_host_key() 977 else if (ip_status == HOST_OK) in check_host_key() 989 if (ip_status != HOST_NEW) in check_host_key() 1081 ip_status == HOST_CHANGED) { in check_host_key()
|
/dports/security/openssh-portable/openssh-8.8p1/ |
H A D | sshconnect.c | 933 HostStatus host_status = -1, ip_status = -1; in check_host_key() local 1027 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key() 1030 (ip_status != HOST_CHANGED || in check_host_key() 1035 ip_status = host_status; in check_host_key() 1066 (ip_status == HOST_OK && ip_found != NULL && in check_host_key() 1078 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key() 1184 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key() 1248 if (ip_status == HOST_NEW) in check_host_key() 1250 else if (ip_status == HOST_OK) in check_host_key() 1262 if (ip_status != HOST_NEW) in check_host_key() [all …]
|
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/Model/ |
H A D | DhcpScope.pm | 570 my $ip_status = $fields{ipblock}->status->name; 571 if ( ($ip_status eq 'Subnet') && $type ne 'subnet' ){ 573 }elsif ( ($ip_status eq 'Static') && $type ne 'host' ){ 576 if ( $type eq 'host' && $ip_status ne 'Static' ){
|
H A D | Device.pm | 5548 my $ip_status = (IpblockStatus->search(name=>'Discovered'))[0]; 5550 unless $ip_status; 5565 status => $ip_status,
|