Lines Matching defs:self
59 def SetIPv6Sysctl(self, ifname, sysctl, value): argument
62 def SetDAD(self, ifname, value): argument
66 def SetOptimisticDAD(self, ifname, value): argument
69 def SetUseTempaddrs(self, ifname, value): argument
72 def SetUseOptimistic(self, ifname, value): argument
75 def SetForwarding(self, value): argument
78 def GetSourceIP(self, netid, mode="mark"): argument
89 def assertAddressNotPresent(self, address): argument
93 self, address, expected_ifindex, expected_flags): argument
101 def AddressIsTentative(self, address): argument
105 def BindToAddress(self, address): argument
112 def SendWithSourceAddress(self, address, netid, dest=net_test.IPV6_ADDR): argument
121 def assertAddressUsable(self, address, netid): argument
126 def assertAddressNotUsable(self, address, netid): argument
131 def assertAddressSelected(self, address, netid): argument
134 def assertAddressNotSelected(self, address, netid): argument
137 def WaitForDad(self, address): argument
144 def WaitForDadFailure(self, address): argument
159 def setUp(self): argument
197 def testRfc6724Behaviour(self): argument
222 def testRfc6724Behaviour(self): argument
247 def testModifiedRfc6724Behaviour(self): argument
266 def testModifiedRfc6724Behaviour(self): argument
294 def testDadFailure(self): argument
327 def testSendToOnlinkDestination(self): argument
359 def testChoosesNonInterfaceSourceAddress(self): argument
370 def testChoosesOnlyInterfaceSourceAddress(self): argument