Lines Matching refs:iff
90 def ifchange(self, iff, addr): argument
101 if iff.guid != iface.guid:
103 elif iff != iface:
113 def ifdel(self, iff): argument
118 if iff.guid == rt[3].guid:
120 elif iff == rt[3]:
125 def ifadd(self, iff, addr): argument
131 self.routes.append((the_net,the_msk,'0.0.0.0',iff,the_addr,1))
180 def get_if_bcast(self, iff): argument
185 if iff.guid != iface.guid:
187 elif iff != iface:
191 warning("No broadcast address found for iface %s\n", iff);