Searched refs:socket_type (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/crypto/openssl/apps/ |
| HD | s_client.c | 697 int socket_type = SOCK_STREAM; in MAIN() local 965 socket_type = SOCK_DGRAM; in MAIN() 968 socket_type = SOCK_DGRAM; in MAIN() 971 socket_type = SOCK_DGRAM; in MAIN() 1432 if (init_client(&s, host, port, socket_type) == 0) { in MAIN() 1452 if (socket_type == SOCK_DGRAM) { in MAIN()
|
| HD | s_server.c | 1102 int socket_type = SOCK_STREAM; in MAIN() local 1467 socket_type = SOCK_DGRAM; in MAIN() 1470 socket_type = SOCK_DGRAM; in MAIN() 1473 socket_type = SOCK_DGRAM; in MAIN() 1567 if (www && socket_type == SOCK_DGRAM) { in MAIN() 2047 do_server(port, socket_type, &accept_socket, rev_body, context, in MAIN() 2050 do_server(port, socket_type, &accept_socket, www_body, context, in MAIN() 2053 do_server(port, socket_type, &accept_socket, sv_body, context, in MAIN()
|
| /NextBSD/crypto/heimdal/lib/roken/ |
| HD | socket_wrapper.c | 772 int socket_type, in swrap_packet_init() argument 794 switch (socket_type) { in swrap_packet_init() 870 switch (socket_type) { in swrap_packet_init()
|