Lines Matching defs:protocol
576 {"msg", OPT_MSG, '-', "Show protocol messages"},
579 {"nbio_test", OPT_NBIO_TEST, '-', "More ssl protocol testing"},
590 {"trace", OPT_TRACE, '-', "Show trace output of protocol messages"},
824 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0;
926 "%s: Intermixed protocol flags (unix and internet domains)\n",
932 "%s: Intermixed protocol flags (internet and unix domains)\n",
938 BIO_printf(bio_err, "Cannot supply multiple protocol flags\n");
945 "Cannot supply both a protocol flag and '-no_<prot>'\n");
1272 protocol = IPPROTO_SCTP;
1586 if (protocol == IPPROTO_SCTP) {
1591 /* SCTP is unusual. It uses DTLS over a SOCK_STREAM protocol */
1713 if (protocol == IPPROTO_SCTP && sctp_label_bug == 1)
2018 socket_type, protocol) == 0) {
2037 if (protocol == IPPROTO_SCTP)
2455 /* protocol version[1] */
2458 "Only MySQL protocol version 10 is supported.\n");
3283 BIO_printf(bio, "Next protocol: (%d) ", next_proto.status);
3293 BIO_printf(bio, "ALPN protocol: ");