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
88 def assertAddressNotPresent(self, address): argument
92 self, address, expected_ifindex, expected_flags): argument
100 def AddressIsTentative(self, address): argument
104 def BindToAddress(self, address): argument
108 def SendWithSourceAddress(self, address, netid, dest=net_test.IPV6_ADDR): argument
114 def assertAddressUsable(self, address, netid): argument
119 def assertAddressNotUsable(self, address, netid): argument
124 def assertAddressSelected(self, address, netid): argument
127 def assertAddressNotSelected(self, address, netid): argument
130 def WaitForDad(self, address): argument
140 def setUp(self): argument
178 def testRfc6724Behaviour(self): argument
203 def testRfc6724Behaviour(self): argument
231 def testModifiedRfc6724Behaviour(self): argument
250 def testModifiedRfc6724Behaviour(self): argument
278 def testDadFailure(self): argument
310 def testSendToOnlinkDestination(self): argument
345 def testChoosesNonInterfaceSourceAddress(self): argument
356 def testChoosesOnlyInterfaceSourceAddress(self): argument