Home
last modified time | relevance | path

Searched refs:HOST_UNREACHABLE (Results 1 – 25 of 99) sorted by relevance

1234

/dports/net/pichi/pichi-1.4.0/src/net/
H A Dsocks5.cpp26 auto const HOST_UNREACHABLE =
38 uint8_t const HOST_UNREACHABLE[] = {0x05_u8, 0x04_u8, 0x00_u8, 0x01_u8, 0x00_u8, variable
53 return HOST_UNREACHABLE; in errorToBuffer()
68 if (ec == asio::error::host_not_found) return HOST_UNREACHABLE; in errorToBuffer()
69 if (ec == asio::error::host_unreachable) return HOST_UNREACHABLE; in errorToBuffer()
72 if (ec == asio::error::timed_out) return HOST_UNREACHABLE; in errorToBuffer()
/dports/net-mgmt/nagios/nagios-3.5.1/cgi/
H A Dtac.c517 …!= NULL && (temp_hoststatus->status == HOST_DOWN || temp_hoststatus->status == HOST_UNREACHABLE)) { in analyze_status_data()
540 …!= NULL && (temp_hoststatus->status == HOST_DOWN || temp_hoststatus->status == HOST_UNREACHABLE)) { in analyze_status_data()
563 …!= NULL && (temp_hoststatus->status == HOST_DOWN || temp_hoststatus->status == HOST_UNREACHABLE)) { in analyze_status_data()
692 else if(temp_hoststatus->status == HOST_UNREACHABLE) { in analyze_status_data()
1162 …ypes=%d' class='hostHeader'>%d Unreachable</a></td>\n", STATUS_CGI, HOST_UNREACHABLE, hosts_unreac… in display_tac_overview()
1214 …ustypes=%d&hostprops=%d'>%d Scheduled</a></td></tr>\n", STATUS_CGI, HOST_UNREACHABLE, HOST_SCHEDUL… in display_tac_overview()
1217 …ypes=%d&hostprops=%d'>%d Acknowledged</a></td></tr>\n", STATUS_CGI, HOST_UNREACHABLE, HOST_STATE_A… in display_tac_overview()
1220 …tustypes=%d&hostprops=%d'>%d Disabled</a></td></tr>\n", STATUS_CGI, HOST_UNREACHABLE, HOST_CHECKS_… in display_tac_overview()
1326 …m Hosts</a></td></tr>\n", STATUS_CGI, SERVICE_CRITICAL, HOST_DOWN | HOST_UNREACHABLE, services_cri… in display_tac_overview()
1361 …em Hosts</a></td></tr>\n", STATUS_CGI, SERVICE_WARNING, HOST_DOWN | HOST_UNREACHABLE, services_war… in display_tac_overview()
[all …]
H A Dstatus.c174 int all_host_problems = HOST_DOWN | HOST_UNREACHABLE;
1097 else if(temp_hoststatus->status == HOST_UNREACHABLE) { in show_host_status_totals()
1182 printf("&hoststatustypes=%d'>", HOST_UNREACHABLE); in show_host_status_totals()
1691 else if(temp_hoststatus->status == HOST_UNREACHABLE) { in show_service_detail()
2217 else if(temp_status->status == HOST_UNREACHABLE) { in show_host_detail()
2794 else if(temp_hoststatus->status == HOST_UNREACHABLE) { in show_servicegroup_host_totals_summary()
3314 else if(temp_hoststatus->status == HOST_UNREACHABLE) in show_servicegroup_grid()
3666 else if(hststatus->status == HOST_UNREACHABLE) { in show_servicegroup_hostgroup_member_overview()
4028 else if(temp_hoststatus->status == HOST_UNREACHABLE) { in show_hostgroup_host_totals_summary()
4540 else if(temp_hoststatus->status == HOST_UNREACHABLE) in show_hostgroup_grid()
[all …]
H A Dstatuswml.c572 if(temp_hoststatus->status == HOST_UNREACHABLE) in display_quick_stats()
678 else if(temp_hoststatus->status == HOST_UNREACHABLE) in display_hostgroup_overview()
765 if(temp_hoststatus->status == HOST_UNREACHABLE) in display_hostgroup_summary()
903 else if(temp_hoststatus->status == HOST_UNREACHABLE) in display_host()
1444 else if(temp_hoststatus->status == HOST_UNREACHABLE) in display_problems()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/library/Monitoring/Command/Object/
H A DProcessCheckResultCommand.php36 …const HOST_UNREACHABLE = 2; // TODO: Icinga 2.x does not support submitting results with this stat… define in Icinga\\Module\\Monitoring\\Command\\Object\\ProcessCheckResultCommand
65 self::HOST_UP, self::HOST_DOWN, self::HOST_UNREACHABLE
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/protocol/ip/
H A Dicmp.py69 HOST_UNREACHABLE = 0x1 variable in ICMPCode
103 'HOST_UNREACHABLE': HOST_UNREACHABLE,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/net/
H A DSocksConsts.java53 static final int HOST_UNREACHABLE = 4; field
/dports/finance/electrum/Electrum-4.1.5/packages/python_socks/
H A D_proto_socks5.py44 HOST_UNREACHABLE = 0x04 variable in ReplyCode
56 ReplyCode.HOST_UNREACHABLE: 'Host unreachable',
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/_proto/
H A Dsocks5.py44 HOST_UNREACHABLE = 0x04 variable in ReplyCode
56 ReplyCode.HOST_UNREACHABLE: 'Host unreachable',
/dports/www/py-httpx-socks/httpx-socks-0.5.1/tests/tiny_proxy/handlers/
H A Dsocks5_proxy.py49 HOST_UNREACHABLE = 0x04 variable in ReplyCode
61 ReplyCode.HOST_UNREACHABLE: 'Host unreachable',
/dports/net/py-aiohttp-socks/aiohttp-socks-0.7.1/tests/tiny_proxy/handlers/
H A Dsocks5_proxy.py49 HOST_UNREACHABLE = 0x04 variable in ReplyCode
61 ReplyCode.HOST_UNREACHABLE: 'Host unreachable',
/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dmw_error.h103 #define HOST_UNREACHABLE 0x80000207 macro
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/lib/MongoDB/
H A DError.pm48 HOST_UNREACHABLE => 6,
157 MongoDB::Error::HOST_UNREACHABLE(),
/dports/net/net6/net6-1.3.14/inc/
H A Derror.hpp106 HOST_UNREACHABLE, // No route to host enumerator
/dports/net/net6/net6-1.3.14/src/
H A Derror.cpp129 return net6::error::HOST_UNREACHABLE; in system_to_net6()
182 return net6::error::HOST_UNREACHABLE; in system_to_net6()
455 case net6::error::HOST_UNREACHABLE: in net6_strerror()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/forms/Command/Object/
H A DProcessCheckResultCommandForm.php130 …$options[ProcessCheckResultCommand::HOST_UNREACHABLE] = $this->translate('UNREACHABLE', 'icinga.st…

1234