Home | History | Annotate | Download | only in test

Lines Matching refs:socktype

87   def _CreateLotsOfSockets(socktype):
95 socketpair = net_test.CreateSocketPair(family, socktype, addr)
898 def CheckPermissions(self, socktype):
899 s = socket(AF_INET6, socktype, 0)
901 if socktype == SOCK_STREAM: