Home
last modified time | relevance | path

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

/dports/net/opentracker/opentracker-0.2017.08.13/
H A Dot_stats.c655 char hash_hex[42], peerid_hex[42], ip_readable[64]; in stats_issue_event() local
671 ip_readable[ fmt_ip6c( ip_readable, (char*)&ws->peer ) ] = 0; in stats_issue_event()
673 ip_readable[ fmt_ip4( ip_readable, (char*)&ws->peer ) ] = 0; in stats_issue_event()
675 …%s event=completed info_hash=%s peer_id=%s ip=%s", timestring, hash_hex, peerid_hex, ip_readable ); in stats_issue_event()