Lines Matching defs:ip
34 # <ip md5> <country code> <date> <operation> <operation args> <size>
62 (ip, d, fullop) = (fields[0], fields[3], fields[6])
65 # Get country code and translate ip -> md5 of ip
66 cc = gi.country_code_by_addr(ip)
67 ip = md5.md5(ip)
68 ip = ip.hexdigest()
94 print("{0} {1} {2} {3} {4}".format(ip, cc, d, op, opargs), file=outfile)