Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/lib/
Ds_socket.c268 int sock_family, sock_type, sock_protocol, sock_port; in do_server() local
/third_party/openssl/apps/lib/
Ds_socket.c268 int sock_family, sock_type, sock_protocol, sock_port; in do_server() local
/third_party/ltp/testcases/network/lib6/
Dgetaddrinfo_01.c42 static void verify_res(struct addrinfo *res, int sock_type, in_port_t servnum, in verify_res()
/third_party/python/Modules/
Dsocketmodule.h301 int sock_type; /* Socket type, e.g., SOCK_STREAM */ member
Dsocketmodule.c537 static PyTypeObject sock_type; variable
5406 static PyTypeObject sock_type = { variable
/third_party/ltp/testcases/network/netstress/
Dnetstress.c100 static int sock_type = SOCK_STREAM; variable