Home
last modified time | relevance | path

Searched defs:s (Results 1 – 11 of 11) sorted by relevance

/kernel/tests/net/test/
Dcsocket.py102 def VoidPointer(s): argument
204 def Bind(s, to): argument
211 def Connect(s, to): argument
218 def Sendmsg(s, to, data, control, flags): argument
295 def Recvmsg(s, buflen, controllen, flags, addrlen=len(SockaddrStorage)): argument
337 def Recvfrom(s, size, flags=0): argument
355 def Setsockopt(s, level, optname, optval, optlen): argument
Dsock_diag.py353 def DiagReqFromSocket(s): argument
378 def GetSocketCookie(s): argument
382 def FindSockInfoFromFd(self, s): argument
398 def FindSockDiagFromFd(self, s): argument
416 def CloseSocketFromFd(self, s): argument
Dmultinetwork_base.py445 def SetSocketMark(self, s, netid): argument
450 def GetSocketMark(self, s): argument
453 def ClearSocketMark(self, s): argument
456 def BindToDevice(self, s, iface): argument
461 def SetUnicastInterface(self, s, ifindex): argument
485 def SelectInterface(self, s, netid, mode): argument
522 def SendOnNetid(self, version, s, dstaddr, dstport, netid, payload, cmsgs): argument
Dsock_diag_test.py132 def assertSockInfoMatchesSocket(self, s, info): argument
696 def FindChildSockets(self, s): argument
947 def BindToRandomPort(self, s, addr): argument
1070 def SockInfoMatchesSocket(self, s, info): argument
1078 def SocketDescription(s): argument
1127 def SetRandomMark(s): argument
1133 def assertSocketMarkIs(self, s, mark): argument
Dnamespace.py98 def SetFileContents(f, s): argument
102 def SetHostname(s): argument
Danycast_test.py69 def AnycastSetsockopt(self, s, is_add, netid, addr): argument
Dnet_test.py117 def SetSocketTos(s, tos): argument
338 def SetFlowLabel(s, addr, label): argument
Dmultinetwork_test.py936 def GetSocketMTU(self, version, s): argument
944 def DisableFragmentationAndReportErrors(self, version, s): argument
955 def SendBigPacket(version, s, dstaddr, netid, payload): argument
Dnetlink.py68 def _Debug(self, s): argument
Dping6_test.py264 def assertValidPingResponse(self, s, data): argument
Dxfrm_test.py233 def _SetupUdpEncapSaPair(self, myaddr, remoteaddr, in_spi, out_spi, argument