Searched refs:DEFAULT_PORT (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/uri/
H A Dhttps.rb19 DEFAULT_PORT = 443
H A Dldaps.rb17 DEFAULT_PORT = 636
H A Dhttp.rb24 DEFAULT_PORT = 80
H A Dftp.rb24 DEFAULT_PORT = 21
H A Dldap.rb25 DEFAULT_PORT = 389
H A Dmailto.rb21 DEFAULT_PORT = nil
H A Dgeneric.rb24 DEFAULT_PORT = nil
30 self::DEFAULT_PORT
/macosx-10.9.5/ruby-104/ruby/test/uri/
H A Dtest_ldap.rb41 ['ldap', nil, URI::LDAP::DEFAULT_PORT,
46 ['ldap', 'ldap.itd.umich.edu', URI::LDAP::DEFAULT_PORT,
51 ['ldap', 'ldap.itd.umich.edu', URI::LDAP::DEFAULT_PORT,
61 ['ldap', 'ldap.itd.umich.edu', URI::LDAP::DEFAULT_PORT,
66 ['ldap', 'ldap.question.com', URI::LDAP::DEFAULT_PORT,
71 ['ldap', 'ldap.netscape.com', URI::LDAP::DEFAULT_PORT,
76 ['ldap', nil, URI::LDAP::DEFAULT_PORT,
81 ['ldap', nil, URI::LDAP::DEFAULT_PORT,
/macosx-10.9.5/bind9-45.100/bind9/bin/confgen/
H A Drndc-confgen.c63 #define DEFAULT_PORT 953 macro
129 port = DEFAULT_PORT;
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgnuserv.h144 #define DEFAULT_PORT 21490 /* default port number to use is macro
145 * DEFAULT_PORT + uid */
H A Dgnuslib.c338 peeraddr_in.sin_port = htons(DEFAULT_PORT+getuid());
H A Dgnuserv.c674 server.sin_port = htons(DEFAULT_PORT+getuid());
/macosx-10.9.5/adv_cmds-153/whois/
H A Dwhois.c81 #define DEFAULT_PORT "nicname" macro
91 const char *port = DEFAULT_PORT;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DsslServer.cpp70 #define DEFAULT_PORT 1200 macro
71 // #define DEFAULT_PORT 443
81 printf(" P=port Port to listen on; default is %d\n", DEFAULT_PORT);
711 unsigned short portNum = DEFAULT_PORT;
H A DsslViewer.cpp36 #define DEFAULT_PORT 443 macro
67 printf(" P=port Default = %d\n", DEFAULT_PORT);
1262 pargs.port = DEFAULT_PORT;
/macosx-10.9.5/ruby-104/ruby/lib/net/http/
H A Dgeneric_request.rb18 host += ":#{@uri.port}" if @uri.port != @uri.class::DEFAULT_PORT
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DNameserver.pm20 use constant DEFAULT_PORT => 53; constant
66 my $port = $self{LocalPort} || DEFAULT_PORT;
/macosx-10.9.5/curl-78.94.1/curl/tests/server/
H A Drtspd.c124 #define DEFAULT_PORT 8999 macro
1191 unsigned short port = DEFAULT_PORT;
H A Dsockfilt.c123 #define DEFAULT_PORT 8999 macro
137 static unsigned short port = DEFAULT_PORT;
H A Dtftpd.c159 #define DEFAULT_PORT 8999 /* UDP */ macro
679 unsigned short port = DEFAULT_PORT;
H A Dsws.c128 #define DEFAULT_PORT 8999 macro
1894 unsigned short port = DEFAULT_PORT;

Completed in 238 milliseconds