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

1 2

  /external/toybox/lib/
net.c 16 int xconnect(char *host, char *port, int family, int socktype, int protocol,
24 info.ai_socktype = socktype;
lib.h 244 int xconnect(char *host, char *port, int family, int socktype, int protocol,
  /external/curl/lib/
connect.h 83 int socktype; member in struct:Curl_sockaddr_ex
hostip6.c 199 hints.ai_socktype = conn->socktype;
connect.c 668 if(conn->socktype == SOCK_DGRAM)
1018 addr.socktype == SOCK_STREAM;
1020 is_tcp = (addr.family == AF_INET) && addr.socktype == SOCK_STREAM;
1073 if(!isconnected && (conn->socktype == SOCK_STREAM)) {
    [all...]
asyn-thread.c 645 hints.ai_socktype = conn->socktype;
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
749 socktype of None, in which case socket.SOCK_DGRAM will be used, falling
756 self.socktype = socktype
763 if socktype is None:
764 socktype = socket.SOCK_DGRAM
765 self.socket = socket.socket(socket.AF_INET, socktype)
766 if socktype == socket.SOCK_STREAM:
768 self.socktype = socktyp
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py 740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
749 socktype of None, in which case socket.SOCK_DGRAM will be used, falling
756 self.socktype = socktype
763 if socktype is None:
764 socktype = socket.SOCK_DGRAM
765 self.socket = socket.socket(socket.AF_INET, socktype)
766 if socktype == socket.SOCK_STREAM:
768 self.socktype = socktyp
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
749 socktype of None, in which case socket.SOCK_DGRAM will be used, falling
756 self.socktype = socktype
763 if socktype is None:
764 socktype = socket.SOCK_DGRAM
765 self.socket = socket.socket(socket.AF_INET, socktype)
766 if socktype == socket.SOCK_STREAM:
768 self.socktype = socktyp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 740 facility=LOG_USER, socktype=None):
746 If facility is not specified, LOG_USER is used. If socktype is
749 socktype of None, in which case socket.SOCK_DGRAM will be used, falling
756 self.socktype = socktype
763 if socktype is None:
764 socktype = socket.SOCK_DGRAM
765 self.socket = socket.socket(socket.AF_INET, socktype)
766 if socktype == socket.SOCK_STREAM:
768 self.socktype = socktyp
    [all...]
  /external/curl/tests/libtest/
lib500.c 38 return socket(addr->family, addr->socktype, addr->protocol);
  /external/autotest/client/cros/cellular/
prologix_scpi_driver.py 193 af, socktype, proto, _, sa = res
195 s = socket.socket(af, socktype, proto)
  /system/extras/tests/net_test/
net_test.py 160 def CreateSocketPair(family, socktype, addr):
161 clientsock = socket(family, socktype, 0)
162 listensock = socket(family, socktype, 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
poplib.py 339 af, socktype, proto, canonname, sa = res
341 self.sock = socket.socket(af, socktype, proto)
socket.py 554 af, socktype, proto, canonname, sa = res
557 sock = socket(af, socktype, proto)
ftplib.py 279 af, socktype, proto, canonname, sa = res
281 sock = socket.socket(af, socktype, proto)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
poplib.py 339 af, socktype, proto, canonname, sa = res
341 self.sock = socket.socket(af, socktype, proto)
socket.py 554 af, socktype, proto, canonname, sa = res
557 sock = socket(af, socktype, proto)
ftplib.py 279 af, socktype, proto, canonname, sa = res
281 sock = socket.socket(af, socktype, proto)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
poplib.py 339 af, socktype, proto, canonname, sa = res
341 self.sock = socket.socket(af, socktype, proto)
socket.py 554 af, socktype, proto, canonname, sa = res
557 sock = socket(af, socktype, proto)
ftplib.py 279 af, socktype, proto, canonname, sa = res
281 sock = socket.socket(af, socktype, proto)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
poplib.py 339 af, socktype, proto, canonname, sa = res
341 self.sock = socket.socket(af, socktype, proto)
socket.py 554 af, socktype, proto, canonname, sa = res
557 sock = socket(af, socktype, proto)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py     [all...]

Completed in 518 milliseconds

1 2