Searched refs:host_port (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/postfix-255/postfix/src/util/
H A Dhost_port.h6 /* host_port 3h
10 /* #include <host_port.h>
16 extern const char *host_port(char *, char **, char *, char **, char *);
H A Dhost_port.c3 /* host_port 3
7 /* #include <host_port.h>
9 /* const char *host_port(string, host, def_host, port, def_service)
16 /* host_port() splits a string into substrings with the host
49 /* if ((parse_error = host_port(buf, &host, NULL, &port, defport)) != 0)
63 /* if ((parse_error = host_port(buf, &host, "", &port, NULL)) != 0)
96 #include <host_port.h>
110 /* host_port - parse string into host and port, destroy string */
112 const char *host_port(char *buf, char **host, char *def_host, function
187 if ((err = host_port(ST
[all...]
H A Dinet_connect.c65 #include "host_port.h"
96 if ((parse_err = host_port(buf, &host, "localhost", &port, (char *) 0)) != 0)
H A Dinet_listen.c72 #include "host_port.h"
101 if ((parse_err = host_port(buf, &host, "", &port, (char *) 0)) != 0)
/macosx-10.10/apache-793/httpd/server/
H A Dvhost.c214 sar->host_port = port;
243 if (s->addrs->host_port) {
245 s->port = s->addrs->host_port;
413 if (sar->host_port == port) {
417 if (wild_match == NULL && sar->host_port == 0) {
442 ic->sar->host_port);
447 if (ic->sar->host_port == 0) {
461 if (nc->sar->host_port) {
462 apr_file_printf(f, "%8s port %u ", "", nc->sar->host_port);
587 ic = find_default_server(sar->host_port);
[all...]
H A Dlisten.c545 lr->bind_addr->port == addr->host_port) {
570 lr->bind_addr->port == addr->host_port) {
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DPOP3.pm37 $self->{_pop3server} = Net::POP3->new($server->host_port)
38 or Carp::croak "Can't connect to '@{[$server->host_port]}': $!";
45 or Carp::croak "Can't authenticate to '@{[$server->host_port]}' with '$method' method"
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhttp_proxy.c122 char *host_port; local
142 host_port = aprintf("%s:%hu", hostname, remote_port);
143 if(!host_port) {
149 result = Curl_http_output_auth(conn, "CONNECT", host_port, TRUE);
151 free(host_port);
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dhttprequest.rb569 if host_port = self["x-forwarded-host"]
570 host_port = host_port.split(",", 2).first
571 @forwarded_host, tmp = host_port.split(":", 2)
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.h123 int host_port; /* remote port to connect for forwards */ member in struct:Channel
H A Dchannels.c1108 c->host_port = ntohs(s4_req.dest_port);
1111 c->self, c->path, c->host_port, s4_req.command);
1235 c->host_port = ntohs(dest_port);
1238 c->self, c->path, c->host_port, s5_req.command);
1267 c->host_port = port_to_connect;
1402 rtype, c->listening_port, c->path, c->host_port,
1417 packet_put_int(c->host_port);
1431 packet_put_int(c->host_port);
1469 c->listening_port, c->path, c->host_port);
1475 if (c->host_port
2619 u_short host_port; local
3065 u_short port, host_port; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dbio.h589 int BIO_get_accept_socket(char *host_port,int mode);
599 BIO *BIO_new_connect(char *host_port);
600 BIO *BIO_new_accept(char *host_port);
/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster_ent.c87 #include <host_port.h>
338 if ((parse_err = host_port(atmp, &host, "", &port, (char *) 0)) != 0)
/macosx-10.10/postfix-255/postfix/src/smtpstone/
H A Dqmqp-source.c103 #include <host_port.h>
576 if ((parse_err = host_port(buf, &host, (char *) 0, &port, "628")) != 0)
H A Dsmtp-source.c141 #include <host_port.h>
1123 if ((parse_err = host_port(buf, &host, (char *) 0, &port, "smtp")) != 0)
/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbio.h677 int BIO_get_accept_socket(char *host_port,int mode);
686 BIO *BIO_new_connect(char *host_port);
687 BIO *BIO_new_accept(char *host_port);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dbio.h677 int BIO_get_accept_socket(char *host_port,int mode);
686 BIO *BIO_new_connect(char *host_port);
687 BIO *BIO_new_accept(char *host_port);
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c3159 mach_port_t host_port; local
3162 host_port = mach_host_self();
3163 result = host_request_notification(host_port, HOST_NOTIFY_CALENDAR_CHANGE, mport);
3164 if (host_port) {
3165 mach_port_deallocate(mach_task_self(), host_port); local
3177 mach_port_t host_port; local
3207 host_port = mach_host_self();
3208 host_request_notification(host_port,HOST_NOTIFY_CALENDAR_CHANGE, tport);
3209 if (host_port) {
3210 mach_port_deallocate(mach_task_self(), host_port); local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y154 | PORT SP host_port CRLF check_secure
731 host_port
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_connect.c86 #include <host_port.h>
347 if ((err = host_port(buf, hostp, (char *) 0, &service, def_service)) != 0)
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOKitLib.c123 mach_port_t host_port = 0; local
152 host_port = mach_host_self();
153 result = host_get_io_master(host_port, masterPort);
169 if (host_port) mach_port_deallocate(mach_task_self(), host_port); local
/macosx-10.10/apache-793/httpd/include/
H A Dhttpd.h1216 apr_port_t host_port; member in struct:server_addr_rec
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtask.c2402 ipc_port_t host_port; local
2418 kr = host_get_host_priv_port(host_priv, &host_port);
2420 kr = host_get_host_port(host_priv_self(), &host_port);
2423 kr = task_set_special_port(task, TASK_HOST_PORT, host_port);
/macosx-10.10/postfix-255/postfix/src/posttls-finger/
H A Dposttls-finger.c319 #include <host_port.h>
1242 if ((err = host_port(buf, hostp, (char *) 0, &service, def_service)) != 0)
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm324 . ( $req->method eq 'CONNECT' ? $req->uri->host_port : $req->uri ) );
588 $upstream = IO::Socket::INET->new( PeerAddr => $req->uri->host_port );

Completed in 383 milliseconds

12