Searched refs:socket_type (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Socket.cpp | 330 auto socket_type = type; in CreateSocket() local 333 socket_type |= SOCK_CLOEXEC; in CreateSocket() 335 auto sock = ::socket(domain, socket_type, protocol); in CreateSocket()
|
| /openbsd-src/usr.sbin/ldpd/ |
| H A D | ldpe.c | 228 enum socket_type *socket_type; in ldpe_dispatch_main() 342 sizeof(enum socket_type)) in ldpe_dispatch_main() 344 socket_type = imsg.data; in ldpe_dispatch_main() 346 switch (*socket_type) { in ldpe_dispatch_main() 226 enum socket_type *socket_type; ldpe_dispatch_main() local
|
| H A D | ldpd.h | 370 enum socket_type { enum 610 int ldp_create_socket(int, enum socket_type);
|
| H A D | socket.c | 35 ldp_create_socket(int af, enum socket_type type) in ldp_create_socket()
|
| H A D | ldpd.c | 51 static void main_imsg_send_net_socket(int, enum socket_type); 645 main_imsg_send_net_socket(int af, enum socket_type type) in main_imsg_send_net_socket()
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/ |
| H A D | INET.pm | 23 my %socket_type = ( tcp => SOCK_STREAM, 167 $type = $arg->{Type} || $socket_type{lc _get_proto_name($proto)};
|
| /openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/t/ |
| H A D | 300_ping_stream.t | 78 socket_type = stream
|
| /openbsd-src/usr.bin/openssl/ |
| H A D | s_client.c | 229 int socket_type; 286 cfg.socket_type = SOCK_DGRAM; in s_client_opt_port() 298 cfg.socket_type = SOCK_DGRAM; 875 cfg.socket_type = SOCK_STREAM; in s_client_main() 1067 cfg.socket_type, cfg.af) == 0) { in s_client_main() 236 int socket_type; global() member
|
| H A D | s_server.c | 283 int socket_type; 336 cfg.socket_type = SOCK_DGRAM; in s_server_opt_protocol_version_dtls() 348 cfg.socket_type = SOCK_DGRAM; in s_server_opt_protocol_version_dtls1_2() 1040 cfg.socket_type = SOCK_STREAM; in s_server_main() 1407 do_server(cfg.port, cfg.socket_type, in s_server_main() 1411 do_server(cfg.port, cfg.socket_type, in s_server_main() 286 int socket_type; global() member
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 959 int CreateSocket(int socket_type) const { in CreateSocket() 960 return socket(GetParam(), socket_type, 0); in CreateSocket()
|