Home
last modified time | relevance | path

Searched defs:sock_type (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/cros/netprotos/
Dfake_host.py19 def socket(self, family, sock_type): argument
38 def __init__(self, host, family, sock_type): argument
Dinterface_host.py34 def socket(self, family, sock_type): argument
/external/perfetto/src/base/
Dunix_socket.cc374 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/
Dsubproc.c309 int sock_type = SOCK_STREAM; in subproc_New() local
/external/python/cpython2/Modules/
Dsocketmodule.h128 int sock_type; /* Socket type, e.g., SOCK_STREAM */ member
Dsocketmodule.c480 static PyTypeObject sock_type; variable
3233 static PyTypeObject sock_type = { variable
/external/autotest/client/deps/lansim/src/py/
Dhost.py229 def socket(self, family, sock_type): argument
/external/python/cpython3/Modules/
Dsocketmodule.h219 int sock_type; /* Socket type, e.g., SOCK_STREAM */ member
Dsocketmodule.c518 static PyTypeObject sock_type; variable
5085 static PyTypeObject sock_type = { variable
/external/ltp/testcases/network/netstress/
Dnetstress.c104 static int sock_type = SOCK_STREAM; variable
/external/openssh/
Dssh-agent.c99 } sock_type; typedef