Searched defs:sock_type (Results 1 – 11 of 11) 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 | 374 SockType sock_type) { in Listen() 387 SockType sock_type) { in Listen() 397 SockType sock_type) { in Connect() 409 SockType sock_type) { in AdoptConnected() 417 SockType sock_type) in UnixSocket() 428 SockType sock_type) in UnixSocket()
|
/external/honggfuzz/ |
D | subproc.c | 309 int sock_type = SOCK_STREAM; in subproc_New() local
|
/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 | 219 int sock_type; /* Socket type, e.g., SOCK_STREAM */ member
|
D | socketmodule.c | 518 static PyTypeObject sock_type; variable 5085 static PyTypeObject sock_type = { variable
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 104 static int sock_type = SOCK_STREAM; variable
|
/external/openssh/ |
D | ssh-agent.c | 99 } sock_type; typedef
|