Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Ds_socket.c215 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.h286 int sock_type; /* Socket type, e.g., SOCK_STREAM */ member
Dsocketmodule.c519 static PyTypeObject sock_type; variable
5315 static PyTypeObject sock_type = { variable
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c599 guint sock_type = self->use_sock_stream ? SOCK_STREAM : SOCK_SEQPACKET; in create_sctp_socket() local
/third_party/ltp/testcases/network/netstress/
Dnetstress.c100 static int sock_type = SOCK_STREAM; variable