MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / net_ping

Function net_ping

network_diagnostics.py:1930–1936  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1928 'router': i.get('router'),
1929 'rogue': not i['trusted']} for sid, i in servers.items()],
1930 'bindings': list(bindings.values()),
1931 'binding_count': len(bindings),
1932 'rogue_count': len(rogue_servers),
1933 'client_count': starvation,
1934 'reasons': reasons,
1935 }
1936
1937
1938# --------------------------------------------------------------------------
1939# Interfaces: link speed / duplex / auto-neg, static-vs-DHCP, IP/CIDR, VLAN

Callers

nothing calls this directly

Calls 5

_valid_targetFunction · 0.85
_badFunction · 0.85
_logFunction · 0.85
do_pingFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected