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

12

/macosx-10.9.5/postfix-252/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.9.5/apache-786.1/httpd/server/
H A Dvhost.c215 sar->host_port = port;
244 if (s->addrs->host_port) {
246 s->port = s->addrs->host_port;
397 if (sar->host_port == 0 || sar->host_port == port) {
415 ic->sar->host_port);
420 ic->sar->host_port);
425 if (ic->sar->host_port == 0) {
439 if (nc->sar->host_port) {
440 apr_file_printf(f, "%8s port %u ", "", nc->sar->host_port);
[all...]
H A Dlisten.c543 lr->bind_addr->port == addr->host_port) {
568 lr->bind_addr->port == addr->host_port) {
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Drfc2732.t15 print "not " unless $uri->host_port eq "[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80";
H A Dsip.t15 $u->host_port('otherdomain.int:9999');
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/Transport/
H A DPOP3.pm39 $self->{_pop3server} = Net::POP3->new($server->host_port)
40 or Carp::croak "Can't connect to '@{[$server->host_port]}': $!";
47 or Carp::croak "Can't authenticate to '@{[$server->host_port]}' with '$method' method"
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A D_server.pm74 sub host_port subroutine
/macosx-10.9.5/curl-78.94.1/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.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/Transport/
H A DPOP3.pm42 $self->{_pop3server} = Net::POP3->new($server->host_port) or Carp::croak "Can't connect to '@{[$server->host_port]}': $!";
46 $self->{_pop3server}->$method(split /:/, $server->user) or Carp::croak "Can't authenticate to '@{[$server->host_port]}' with '$method' method"
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Transport/
H A DPOP3.pm41 $self->{_pop3server} = Net::POP3->new($server->host_port)
42 or Carp::croak "Can't connect to '@{[$server->host_port]}': $!";
49 or Carp::croak "Can't authenticate to '@{[$server->host_port]}' with '$method' method"
/macosx-10.9.5/ruby-104/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.9.5/OpenSSH-186/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.9.5/Security-55471.14.18/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.9.5/postfix-252/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.9.5/postfix-252/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.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.c2673 mach_port_t host_port; local
2676 host_port = mach_host_self();
2677 result = host_request_notification(host_port, HOST_NOTIFY_CALENDAR_CHANGE, mport);
2678 if (host_port) {
2679 mach_port_deallocate(mach_task_self(), host_port); local
2691 mach_port_t host_port; local
2721 host_port = mach_host_self();
2722 host_request_notification(host_port,HOST_NOTIFY_CALENDAR_CHANGE, tport);
2723 if (host_port) {
2724 mach_port_deallocate(mach_task_self(), host_port); local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_connect.c86 #include <host_port.h>
351 if ((err = host_port(buf, hostp, (char *) 0, &service, def_service)) != 0)
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dftpcmd.y154 | PORT SP host_port CRLF check_secure
731 host_port
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.c120 mach_port_t host_port = 0; local
146 host_port = mach_host_self();
147 result = host_get_io_master(host_port, masterPort);
153 if (host_port) mach_port_deallocate(mach_task_self(), host_port); local
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttpd.h1159 apr_port_t host_port; member in struct:server_addr_rec

Completed in 405 milliseconds

12