Lines Matching refs:connect
75 int kflag; /* More than one connect */
156 if (strcasecmp(optarg, "connect") == 0)
157 socksv = -1; /* HTTP proxy CONNECT */
403 rv = connect(s, (struct sockaddr *)&z, len);
405 err(1, "connect");
419 if (connect(s, NULL, 0) < 0)
420 err(1, "connect");
558 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) {
639 warn("connect to %s port %s (%s) failed", host, port,
665 if ((ret = connect(s, name, namelen)) != 0 && errno == EINPROGRESS) {
854 * that we should try to connect to.
1067 \t-X proto Proxy protocol: \"4\", \"5\" (SOCKS) or \"connect\"\n\