Home
last modified time | relevance | path

Searched defs:netid (Results 1 – 12 of 12) sorted by relevance

/kernel/tests/net/test/
Dmultinetwork_base.py131 def UidRangeForNetid(cls, netid): argument
138 def UidForNetid(cls, netid): argument
144 def _TableForNetid(cls, netid): argument
151 def GetInterfaceName(netid): argument
155 def RouterMacAddress(netid): argument
159 def MyMacAddress(netid): argument
163 def _RouterAddress(netid, version): argument
172 def _MyIPv4Address(cls, netid): argument
176 def _MyIPv6Address(cls, netid): argument
180 def MyAddress(cls, version, netid): argument
[all …]
Dtcp_test.py48 def OpenListenSocket(self, version, netid): argument
57 def _ReceiveAndExpectResponse(self, netid, packet, reply, msg): argument
63 def ReceivePacketOn(self, netid, packet): argument
67 def ReceiveRstPacketOn(self, netid): argument
84 def IncomingConnection(self, version, end_state, netid): argument
Dtcp_fastopen_test.py42 def TFOClientSocket(self, version, netid): argument
55 def clearTcpMetrics(self, version, netid): argument
62 def assertNoTcpMetrics(self, version, netid): argument
Dsrcaddr_selection_test.py78 def GetSourceIP(self, netid, mode="mark"): 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
Dtcp_repair_test.py71 def createConnectedSocket(self, version, netid): argument
99 def receiveFin(self, netid, version, sock): argument
107 def sendData(self, netid, version, sock, payload): argument
116 def receiveData(self, netid, version, payload): argument
206 def PollRepairSocketInMultipleThreads(self, netid, version, expected): argument
Dmultinetwork_test.py50 def CheckPingPacket(self, version, netid, routing_mode, packet): argument
70 def CheckTCPSYNPacket(self, version, netid, routing_mode): argument
87 def CheckUDPPacket(self, version, netid, routing_mode): argument
109 def CheckRawGrePacket(self, version, netid, routing_mode): argument
214 def ExpectSendUsesNetid(netid): argument
443 def CheckTCPConnection(self, mode, listensocket, netid, version, argument
951 def SendBigPacket(version, s, dstaddr, netid, payload): argument
Danycast_test.py70 def AnycastSetsockopt(self, s, is_add, netid, addr): argument
Dresilient_rs_test.py90 def makeTunInterface(self, netid): argument
Dxfrm_tunnel_test.py179 def _SendPacket(testInstance, netid, version, remote, remote_port): argument
218 def _CheckTunnelOutput(self, inner_version, outer_version, underlying_netid, argument
226 def _CheckTunnelInput(self, inner_version, outer_version, underlying_netid, argument
372 def __init__(self, iface, netid, underlying_netid, local, remote, version): argument
438 def __init__(self, iface, netid, underlying_netid, _, local, remote, version): argument
521 def __init__(self, iface, netid, underlying_netid, ifindex, local, remote, argument
670 def _GetLocalAddress(cls, version, netid): argument
Dxfrm_base.py284 def _ExpectEspPacketOn(self, netid, spi, seq, length, src_addr, dst_addr): argument
Dsock_diag_test.py556 def checkInitRwndSize(self, version, netid): argument
565 def checkSynPacketWindowSize(self, version, netid): argument
Dxfrm_test.py272 def _VerifyUdpEncapSocket(self, version, netid, remoteaddr, myaddr, encap_port, argument