HomeSort by relevance Sort by last modified time
    Searched refs:socktype (Results 26 - 40 of 40) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 279 af, socktype, proto, canonname, sa = res
281 sock = socket.socket(af, socktype, proto)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 295 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM):
349 tempsock = socket.socket(family, socktype)
    [all...]
test_socket.py 653 # test family and socktype filters
658 for _, socktype, _, _, _ in infos:
659 self.assertEqual(socktype, socket.SOCK_STREAM)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 295 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM):
349 tempsock = socket.socket(family, socktype)
    [all...]
test_socket.py 653 # test family and socktype filters
658 for _, socktype, _, _, _ in infos:
659 self.assertEqual(socktype, socket.SOCK_STREAM)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 295 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM):
349 tempsock = socket.socket(family, socktype)
    [all...]
test_socket.py 653 # test family and socktype filters
658 for _, socktype, _, _, _ in infos:
659 self.assertEqual(socktype, socket.SOCK_STREAM)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 295 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM):
349 tempsock = socket.socket(family, socktype)
    [all...]
test_socket.py 653 # test family and socktype filters
658 for _, socktype, _, _, _ in infos:
659 self.assertEqual(socktype, socket.SOCK_STREAM)
    [all...]
  /external/curl/include/curl/
curl.h 349 int socktype; member in struct:curl_sockaddr
    [all...]
  /external/curl/lib/
tftp.c     [all...]
urldata.h 895 int socktype; /* SOCK_STREAM or SOCK_DGRAM */ member in struct:connectdata
    [all...]
url.c     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 234 int socktype; member in struct:curl_sockaddr
    [all...]
  /external/iproute2/misc/
ss.c     [all...]

Completed in 2669 milliseconds

12