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

Function code_table

network_diagnostics.py:1542–1544  ·  view source on GitHub ↗
(counter, table)

Source from the content-addressed store, hash-verified

1540 v6_bindings, eui64_mismatches, seen6 = [], [], {}
1541 for ip6, mac6, _state in _neigh6_entries():
1542 m6 = _mac_norm(mac6)
1543 if not m6 or m6 in local:
1544 continue
1545 seen6.setdefault(m6, set()).add(ip6)
1546 emb = _eui64_embedded_mac(ip6)
1547 if emb and emb != m6 and _classify_mac(emb)['klass'] != 'invalid':

Callers 1

_pcap_wifiFunction · 0.85

Calls 2

getMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected