Lines Matching full:iplist
67 ipList = {}
105 if (not ip in ipList):
106 ipList[ip] = [len(ipList), "", ""]
123 plotPoints.append([secs, ipList[ip][0], (qaList[1])[1:-1]])
125 plotPoints.append([secs, ipList[ip][0], (qaList[1])[1:-1]])
128 plotPoints.append([secs, ipList[ip][0], (qaList[1])[1:-1]])
131 plotPoints.append([secs, ipList[ip][0], (qaList[1])[1:-1]])
146 ipList[ip][1] = qaList[4]
147 ipList[ip][2] = string.join(qaList[6:])
148 #print ipList[ip][1]
150 if (ipList[ip][1] == ""):
151 ipList[ip][1] = qaList[4]
152 ipList[ip][2] = "Panther"
154 if (ipList[ip][1] == ""):
155 ipList[ip][1] = qaList[4]
156 ipList[ip][2] = "Jaguar"
170 pageHeight=(len(ipList)+1) * typesize
216 for ip,[height,hname,hinfo] in ipList.items():