Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.xinetd.conf2 socket_type = stream
/freebsd/crypto/openssl/apps/
H A Ds_client.c889 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_client_main() local
1286 socket_type = SOCK_STREAM; in s_client_main()
1295 socket_type = SOCK_STREAM; in s_client_main()
1304 socket_type = SOCK_STREAM; in s_client_main()
1313 socket_type = SOCK_STREAM; in s_client_main()
1322 socket_type = SOCK_STREAM; in s_client_main()
1331 socket_type = SOCK_DGRAM; in s_client_main()
1341 socket_type = SOCK_DGRAM; in s_client_main()
1351 socket_type = SOCK_DGRAM; in s_client_main()
1361 socket_type = SOCK_DGRAM; in s_client_main()
[all …]
H A Ds_server.c1044 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_server_main() local
1545 socket_type = SOCK_DGRAM; in s_server_main()
1553 socket_type = SOCK_DGRAM; in s_server_main()
1561 socket_type = SOCK_DGRAM; in s_server_main()
1729 if (www && socket_type == SOCK_DGRAM) { in s_server_main()
1734 if (dtlslisten && socket_type != SOCK_DGRAM) { in s_server_main()
1739 if (rev && socket_type == SOCK_DGRAM) { in s_server_main()
1745 if (tfo && socket_type != SOCK_STREAM) { in s_server_main()
1750 if (stateless && socket_type != SOCK_STREAM) { in s_server_main()
1756 if (socket_family == AF_UNIX && socket_type != SOCK_STREAM) { in s_server_main()
[all …]
/freebsd/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()
/freebsd/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()
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller85.sh404 // type: socket_type = 0x2 (8 bytes)