Searched defs:sock_type (Results 1 – 10 of 10) sorted by relevance
/external/autotest/client/cros/netprotos/ |
D | fake_host.py | 19 def socket(self, family, sock_type): argument 38 def __init__(self, host, family, sock_type): argument
|
D | interface_host.py | 34 def socket(self, family, sock_type): argument
|
/external/perfetto/src/base/ |
D | unix_socket.cc | 589 SockType sock_type) { in Listen() 604 SockType sock_type) { in Listen() 616 SockType sock_type, in Connect() 630 SockType sock_type, in AdoptConnected() 640 SockType sock_type, in UnixSocket() 655 SockType sock_type, in UnixSocket()
|
/external/python/cpython2/Modules/ |
D | socketmodule.h | 128 int sock_type; /* Socket type, e.g., SOCK_STREAM */ member
|
D | socketmodule.c | 480 static PyTypeObject sock_type; variable 3233 static PyTypeObject sock_type = { variable
|
/external/autotest/client/deps/lansim/src/py/ |
D | host.py | 229 def socket(self, family, sock_type): argument
|
/external/python/cpython3/Modules/ |
D | socketmodule.h | 286 int sock_type; /* Socket type, e.g., SOCK_STREAM */ member
|
D | socketmodule.c | 560 static PyTypeObject sock_type; variable 5366 static PyTypeObject sock_type = { variable
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 91 static int sock_type = SOCK_STREAM; variable
|
/external/openssh/ |
D | ssh-agent.c | 108 } sock_type; typedef
|