Lines Matching defs:protocol
137 * possible to use a single callback for all protocol versions - but it
734 {"trace", OPT_TRACE, '-', "trace protocol messages"},
873 {"msg", OPT_MSG, '-', "Show protocol messages"},
1007 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0;
1084 BIO_printf(bio_err, "Cannot supply multiple protocol flags\n");
1091 "Cannot supply both a protocol flag and '-no_<prot>'\n");
1522 protocol = IPPROTO_SCTP;
1694 if (protocol == IPPROTO_SCTP) {
1699 /* SCTP is unusual. It uses DTLS over a SOCK_STREAM protocol */
1858 if (protocol == IPPROTO_SCTP && sctp_label_bug == 1)
2229 do_server(&accept_socket, host, port, socket_family, socket_type, protocol,