Home
last modified time | relevance | path

Searched refs:socket_type (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp325 auto socket_type = type; in CreateSocket() local
328 socket_type |= SOCK_CLOEXEC; in CreateSocket()
330 auto sock = ::socket(domain, socket_type, protocol); in CreateSocket()
/src/contrib/libpcap/rpcapd/
H A Drpcapd.xinetd.conf2 socket_type = stream
/src/crypto/openssl/apps/
H A Ds_client.c973 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_client_main() local
1373 socket_type = SOCK_STREAM; in s_client_main()
1382 socket_type = SOCK_STREAM; in s_client_main()
1391 socket_type = SOCK_STREAM; in s_client_main()
1400 socket_type = SOCK_STREAM; in s_client_main()
1409 socket_type = SOCK_STREAM; in s_client_main()
1418 socket_type = SOCK_DGRAM; in s_client_main()
1428 socket_type = SOCK_DGRAM; in s_client_main()
1438 socket_type = SOCK_DGRAM; in s_client_main()
1448 socket_type = SOCK_DGRAM; in s_client_main()
[all …]
H A Ds_server.c1140 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_server_main() local
1649 socket_type = SOCK_DGRAM; in s_server_main()
1657 socket_type = SOCK_DGRAM; in s_server_main()
1665 socket_type = SOCK_DGRAM; in s_server_main()
1833 if (www && socket_type == SOCK_DGRAM) { in s_server_main()
1838 if (dtlslisten && socket_type != SOCK_DGRAM) { in s_server_main()
1843 if (rev && socket_type == SOCK_DGRAM) { in s_server_main()
1849 if (tfo && socket_type != SOCK_STREAM) { in s_server_main()
1854 if (stateless && socket_type != SOCK_STREAM) { in s_server_main()
1860 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { in s_server_main()
[all …]
/src/crypto/krb5/src/util/support/
H A Dfake-addrinfo.c1099 int socket_type = 0; in getaddrinfo() local
1129 socket_type = hint->ai_socktype; in getaddrinfo()
1254 if (socket_type != 0 && ai->ai_socktype == 0) in getaddrinfo()
1256 ai->ai_socktype = socket_type; in getaddrinfo()
/src/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c772 int socket_type, in swrap_packet_init() argument
794 switch (socket_type) { in swrap_packet_init()
870 switch (socket_type) { in swrap_packet_init()
/src/tools/test/stress2/misc/
H A Dsyzkaller85.sh404 // type: socket_type = 0x2 (8 bytes)