Lines Matching defs:netid
142 def UidRangeForNetid(cls, netid): argument
149 def UidForNetid(cls, netid): argument
153 def _TableForNetid(cls, netid): argument
160 def GetInterfaceName(netid): argument
164 def RouterMacAddress(netid): argument
168 def MyMacAddress(netid): argument
172 def _RouterAddress(netid, version): argument
181 def _MyIPv4Address(cls, netid): argument
185 def _MyIPv6Address(cls, netid): argument
189 def MyAddress(cls, version, netid): argument
195 def MyLinkLocalAddress(cls, netid): argument
199 def IPv6Prefix(netid): argument
214 def CreateTunInterface(cls, netid): argument
231 def SendRA(cls, netid, retranstimer=None, reachabletime=0): argument
260 def _RunSetupCommands(cls, netid, is_add): argument
308 def SetDefaultNetwork(cls, netid): argument
405 def SetSocketMark(self, s, netid): argument
436 def SelectInterface(self, s, netid, mode): argument
449 def BuildSocket(self, version, constructor, netid, routing_mode): argument
459 def SendOnNetid(self, version, s, dstaddr, dstport, netid, payload, cmsgs): argument
468 def ReceiveEtherPacketOn(self, netid, packet): argument
471 def ReceivePacketOn(self, netid, ip_packet): argument
477 def ReadAllPacketsOn(self, netid, include_multicast=False): argument
575 def ExpectNoPacketsOn(self, netid, msg): argument
583 def ExpectPacketOn(self, netid, msg, expected): argument
636 def _ReceiveAndExpectResponse(self, netid, packet, reply, msg): argument