Searched refs:ipsrc (Results 1 – 1 of 1) sorted by relevance
307 ipsrc=None, ipdst=None, argument316 self.ipsrc = ipsrc494 self.ipdst, self.ipsrc = self.ipsrc, self.ipdst768 if ':' in self.ipsrc:770 s1 += socket.inet_pton(family, self.ipsrc)777 self.ipsrc == other.ipsrc and self.ipdst == other.ipdst):782 self.ipdst == other.ipsrc and self.ipsrc == other.ipdst):796 return "%s:%s > %s:%s" % (self.ipsrc, str(self.sport),978 src = "%s[%d]" % (s.ipsrc, s.sport)