Home
last modified time | relevance | path

Searched refs:net_ping (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/netcommon/docs/
H A Dansible.netcommon.net_ping_module.rst5 ansible.netcommon.net_ping
137 ansible.netcommon.net_ping:
141 ansible.netcommon.net_ping:
146 ansible.netcommon.net_ping:
151 ansible.netcommon.net_ping:
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A Dping.cs246 PingException pe = new PingException(SR.GetString(SR.net_ping), e); in PingCallback()
299 throw new PingException(SR.GetString(SR.net_ping), ex); in Send()
352 throw new PingException(SR.GetString(SR.net_ping), e); in Send()
431 throw new PingException(SR.GetString(SR.net_ping), e); in SendAsync()
488 throw new PingException(SR.GetString(SR.net_ping), e); in SendAsync()
615 PingException pe = new PingException(SR.GetString(SR.net_ping), e); in ContinueAsyncSend()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Ping/src/System/Net/NetworkInformation/
H A DPing.cs292 return Task.FromException<PingReply>(new PingException(SR.net_ping, e)); in SendPingAsync()
364 throw new PingException(SR.net_ping, e); in GetAddressAndSendAsync()
H A DPing.Windows.cs227 error = new PingException(SR.net_ping, e); in PingCallback()
H A DPing.Unix.cs210 throw new PingException(SR.net_ping); in SendWithPingUtility()
/dports/net/net6/net6-1.3.14/src/
H A Dconnection.cpp448 net_ping(pack); in do_recv()
714 void net6::connection_base::net_ping(const packet& pack) in net_ping() function in net6::connection_base
/dports/net/net6/net6-1.3.14/inc/
H A Dconnection.hpp205 void net_ping(const packet& pack);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/docs/
H A Dvyos.vyos.vyos_ping_module.rst22 - For a general purpose network module, see the :ref:`net_ping <net_ping_module>` module.
276 - For a general purpose network module, see the :ref:`net_ping <net_ping_module>` module.
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/netcommon/
H A DCHANGELOG.rst92 - Update valid documentation for net_ping module.
323 - net_ping - Tests reachability using ping from a network device
H A DREADME.md101 [ansible.netcommon.net_ping](https://github.com/ansible-collections/ansible.netcommon/blob/main/doc…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/docs/
H A Dcisco.ios.ios_ping_module.rst21 - For a general purpose network module, see the :ref:`net_ping <net_ping_module>` module.
313 - For a general purpose network module, see the :ref:`net_ping <net_ping_module>` module.
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/junipernetworks/junos/docs/
H A Djunipernetworks.junos.junos_ping_module.rst22 - For a general purpose network module, see the :ref:`ansible.netcommon.net_ping <ansible.netcommon…
348 …- For a general purpose network module, see the :ref:`ansible.netcommon..net_ping <ansible.netcomm…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/netcommon/changelogs/
H A Dchangelog.yaml47 name: net_ping
339 - Update valid documentation for net_ping module.
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/docs/
H A Dcisco.nxos.nxos_ping_module.rst21 - For a general purpose network module, see the :ref:`ansible.netcommon.net_ping <ansible.netcommon…
397 …- For a general purpose network module, see the :ref:`ansible.netcommon.net_ping <ansible.netcommo…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs552 public const string net_ping = "An exception occurred during a Ping request."; field in SR
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/locales/ja/LC_MESSAGES/
H A Dcollections.po2214 #~ msgid "For Network targets, use the :ref:`ansible.netcommon.net_ping <ansible_collections.ansibl…
2215 #~ msgstr "ネットワークターゲットの場合は、代わりに :ref:`ansible.netcommon.net_ping <ansible_collections.ansible.netco…
2217 #~ msgid ":ref:`ansible.netcommon.net_ping <ansible_collections.ansible.netcommon.net_ping_module>`"
2218 #~ msgstr ":ref:`ansible.netcommon.net_ping <ansible_collections.ansible.netcommon.net_ping_module>…
2220 #~ msgid "The official documentation on the **ansible.netcommon.net_ping** module."
2221 #~ msgstr "**ansible.netcommon.net_ping** モジュールの公式ドキュメント。"
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/config/
H A Dansible_builtin_runtime.yml4079 net_ping:
4080 redirect: ansible.netcommon.net_ping
9019 net_ping:
9020 redirect: ansible.netcommon.net_ping
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/config/
H A Dansible_builtin_runtime.yml4071 net_ping:
4072 redirect: ansible.netcommon.net_ping
9011 net_ping:
9012 redirect: ansible.netcommon.net_ping
/dports/games/doomsday/doomsday-2.3.1/doomsday/xcode/Doomsday.xcodeproj/
H A Dproject.pbxproj1017 …063580A11EBF7AE50074E6D4 /* net_ping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06357F891E…
2296 …BF7AE50074E6D4 /* net_ping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
4085 06357F891EBF7AE50074E6D4 /* net_ping.cpp */,
7578 063580A11EBF7AE50074E6D4 /* net_ping.cpp in Sources */,
/dports/sysutils/ansible/ansible-4.7.0/
H A DCHANGELOG-v4.rst6384 - Update valid documentation for net_ping module.