Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSocket.cpp419 auto socket_type = type; in CreateSocket() local
422 socket_type |= SOCK_CLOEXEC; in CreateSocket()
424 auto sock = ::socket(domain, socket_type, protocol); in CreateSocket()
/freebsd-12.1/crypto/openssl/apps/
H A Ds_server.c1006 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_server_main() local
1473 socket_type = SOCK_DGRAM; in s_server_main()
1481 socket_type = SOCK_DGRAM; in s_server_main()
1489 socket_type = SOCK_DGRAM; in s_server_main()
1610 if (www && socket_type == SOCK_DGRAM) { in s_server_main()
1615 if (dtlslisten && socket_type != SOCK_DGRAM) { in s_server_main()
1621 if (stateless && socket_type != SOCK_STREAM) { in s_server_main()
1627 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { in s_server_main()
1641 if (socket_type != SOCK_DGRAM) { in s_server_main()
1646 socket_type = SOCK_STREAM; in s_server_main()
[all …]
H A Ds_client.c920 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_client_main() local
1306 socket_type = SOCK_DGRAM; in s_client_main()
1315 socket_type = SOCK_DGRAM; in s_client_main()
1324 socket_type = SOCK_DGRAM; in s_client_main()
1602 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { in s_client_main()
1611 if (socket_type != SOCK_DGRAM) { in s_client_main()
1616 socket_type = SOCK_STREAM; in s_client_main()
2033 socket_type, protocol) == 0) { in s_client_main()
/freebsd-12.1/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()