hexToIP converts a hex string from /proc/net/* to a netip.Addr. The kernel stores addresses in little-endian format: - IPv4: 8 hex chars (1 uint32) - IPv6: 32 hex chars (4 uint32 words)
(h string)
source not stored for this graph (policy: none)
no test coverage detected