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 GetSourceIP(self, netid, mode="mark"): argument
85 def assertAddressNotPresent(self, address): argument
89 self, address, expected_ifindex, expected_flags): argument
97 def AddressIsTentative(self, address): argument
101 def BindToAddress(self, address): argument
105 def SendWithSourceAddress(self, address, netid, dest=net_test.IPV6_ADDR): argument
111 def assertAddressUsable(self, address, netid): argument
116 def assertAddressNotUsable(self, address, netid): argument
121 def assertAddressSelected(self, address, netid): argument
124 def assertAddressNotSelected(self, address, netid): argument
127 def WaitForDad(self, address): argument
137 def setUp(self): argument
169 def testRfc6724Behaviour(self): argument
194 def testRfc6724Behaviour(self): argument
222 def testModifiedRfc6724Behaviour(self): argument
241 def testModifiedRfc6724Behaviour(self): argument
269 def testDadFailure(self): argument
300 def testSendToOnlinkDestination(self): argument
335 def testChoosesNonInterfaceSourceAddress(self): argument
346 def testChoosesOnlyInterfaceSourceAddress(self): argument