/external/toybox/lib/ |
net.c | 16 int xconnect(char *host, char *port, int family, int socktype, int protocol, 24 info.ai_socktype = socktype;
|
/frameworks/base/core/java/android/net/ |
LocalSocket.java | 38 private final int sockType; 59 * @param sockType either {@link #SOCKET_DGRAM}, {@link #SOCKET_STREAM} 62 public LocalSocket(int sockType) { 63 this(new LocalSocketImpl(), sockType); 82 /*package*/ LocalSocket(LocalSocketImpl impl, int sockType) { 84 this.sockType = sockType; 107 impl.create(sockType);
|
LocalSocketImpl.java | 233 * @param sockType either {@link LocalSocket#SOCKET_DGRAM}, {@link LocalSocket#SOCKET_STREAM} 237 public void create(int sockType) throws IOException { 242 switch (sockType) { 253 throw new IllegalStateException("unknown sockType");
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_OPENSOCKETFUNCTION.3 | 38 int socktype; 79 return socket(addr->family, addr->socktype, addr->protocol);
|
/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...] |
/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)
|
/external/curl/lib/ |
connect.h | 83 int socktype; member in struct:Curl_sockaddr_ex
|
connect.c | 667 if(conn->socktype == SOCK_DGRAM) 1026 addr.socktype == SOCK_STREAM; 1028 is_tcp = (addr.family == AF_INET) && addr.socktype == SOCK_STREAM; [all...] |
hostip6.c | 197 hints.ai_socktype = conn->socktype;
|
/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)
|
/external/libpcap/Win32/Src/ |
getaddrinfo.c | 356 * if both socktype/protocol are specified, check if they 377 * socktype/protocol are left unspecified. (2) servname is disallowed 545 * if the servname does not match socktype/protocol, ignore it. 717 * if the servname does not match socktype/protocol, ignore it. 770 * if the servname does not match socktype/protocol, ignore it. 858 * if the servname does not match socktype/protocol, ignore it.
|
/external/autotest/client/cros/ |
dns_server.py | 29 (fam, socktype, proto, canonname, (host, port)) = hosts[0]
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetworkDiagnostics.java | 382 int sockType, int protocol, long writeTimeout, long readTimeout, int dstPort) 384 mFileDescriptor = Os.socket(mAddressFamily, sockType, protocol);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
poplib.py | 339 af, socktype, proto, canonname, sa = res 341 self.sock = socket.socket(af, socktype, proto)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
poplib.py | 339 af, socktype, proto, canonname, sa = res 341 self.sock = socket.socket(af, socktype, proto)
|
/prebuilts/go/darwin-x86/src/net/ |
lookup_windows.go | 114 Socktype: syscall.SOCK_STREAM, 192 Socktype: stype,
|
/prebuilts/go/linux-x86/src/net/ |
lookup_windows.go | 114 Socktype: syscall.SOCK_STREAM, 192 Socktype: stype,
|
/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)
|
/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)
|
/bionic/libc/dns/net/ |
getaddrinfo.c | 632 * if both socktype/protocol are specified, check if they 653 * socktype/protocol are left unspecified. (2) servname is disallowed 816 * if the servname does not match socktype/protocol, ignore it. 886 * if the servname does not match socktype/protocol, ignore it. 942 * if the servname does not match socktype/protocol, ignore it. 1028 * if the servname does not match socktype/protocol, ignore it. [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/ |
__init__.py | [all...] |