Home
last modified time | relevance | path

Searched refs:DEFAULTPORT (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DProxySOCKS4.java42 private static int DEFAULTPORT=1080; field in ProxySOCKS4
52 int port=DEFAULTPORT; in ProxySOCKS4()
210 return DEFAULTPORT; in getDefaultPort()
H A DProxyHTTP.java36 private static int DEFAULTPORT=80; field in ProxyHTTP
47 int port=DEFAULTPORT; in ProxyHTTP()
178 return DEFAULTPORT; in getDefaultPort()
H A DProxySOCKS5.java42 private static int DEFAULTPORT=1080; field in ProxySOCKS5
52 int port=DEFAULTPORT; in ProxySOCKS5()
337 return DEFAULTPORT; in getDefaultPort()
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DProxySOCKS4.java42 private static int DEFAULTPORT=1080; field in ProxySOCKS4
52 int port=DEFAULTPORT; in ProxySOCKS4()
210 return DEFAULTPORT; in getDefaultPort()
H A DProxyHTTP.java36 private static int DEFAULTPORT=80; field in ProxyHTTP
47 int port=DEFAULTPORT; in ProxyHTTP()
178 return DEFAULTPORT; in getDefaultPort()
H A DProxySOCKS5.java42 private static int DEFAULTPORT=1080; field in ProxySOCKS5
52 int port=DEFAULTPORT; in ProxySOCKS5()
337 return DEFAULTPORT; in getDefaultPort()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DProxySOCKS4.java42 private static int DEFAULTPORT=1080; field in ProxySOCKS4
52 int port=DEFAULTPORT; in ProxySOCKS4()
210 return DEFAULTPORT; in getDefaultPort()
H A DProxyHTTP.java36 private static int DEFAULTPORT=80; field in ProxyHTTP
47 int port=DEFAULTPORT; in ProxyHTTP()
178 return DEFAULTPORT; in getDefaultPort()
H A DProxySOCKS5.java42 private static int DEFAULTPORT=1080; field in ProxySOCKS5
52 int port=DEFAULTPORT; in ProxySOCKS5()
337 return DEFAULTPORT; in getDefaultPort()
/dports/www/dhttpd/dhttpd-1.02-4/src/
H A Dmain.cc93 int portnum = DEFAULTPORT; in main()
111 printf( " -p (port) Use a different port than the default of %i\n", DEFAULTPORT ); in main()
H A Dconfig.hh10 #define DEFAULTPORT 80 macro
/dports/net/libcoap/libcoap-4.3.0/examples/
H A Detsi_coaptest.sh8 DEFAULTPORT=5683
155 SERVERPORT=$DEFAULTPORT
/dports/databases/cego/cego-2.47.11/samples/cgplustest/
H A DCegoCPlusTest.cc65 #define DEFAULTPORT 2200 macro
93 longOpt.addOpt("port", Chain(DEFAULTPORT)); in main()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dclientnet.h34 CClientNet(CString host="localhost", int port=DEFAULTPORT);
/dports/databases/cegobridge/cegobridge-1.6.1/src/
H A DCegoBridge.cc79 #define DEFAULTPORT 2200 macro
117 longOpt.addOpt("port", Chain(DEFAULTPORT)); in main()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/shared/
H A Dusmacros.h44 #define DEFAULTPORT 4301 macro
/dports/www/squidpurge/purge/
H A Dpurge.cc145 #ifndef DEFAULTPORT
146 #define DEFAULTPORT 3128 macro
599 "\n", DEFAULT_SQUID_CONF, DEFAULTHOST, DEFAULTPORT ); in helpMe()
845 serverPort = htons(DEFAULTPORT); in main()
/dports/www/squid/squid-4.15/tools/purge/
H A Dpurge.cc136 #ifndef DEFAULTPORT
137 #define DEFAULTPORT 3128 macro
618 "\n", DEFAULT_CONFIG_FILE, DEFAULTHOST, DEFAULTPORT ); in helpMe()
894 serverPort = htons(DEFAULTPORT); in main()
/dports/comms/owfs/owfs-3.2p4/module/owhttpd/src/c/
H A Dowhttpd.c34 #define DEFAULTPORT 80 macro
/dports/games/maxr/maxr-0.2.9/src/
H A Ddefines.h100 #define DEFAULTPORT 58600 macro
H A Ddedicatedserver.cpp54 : port (DEFAULTPORT) in cDedicatedServerConfig()
240 newPort = DEFAULTPORT; in setProperty()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSURLConnection/Helpers/
H A DTestWebServer.m30 #define DEFAULTPORT @"1234" macro
51 port: DEFAULTPORT
409 format: @"The server hasn't run. Perhaps the port %@ is invalid", DEFAULTPORT];
/dports/sysutils/socklog/admin/socklog-2.1.0/src/
H A Dsocklog.c46 #define DEFAULTPORT "514" macro
469 if (!port) port =DEFAULTPORT; in main()
/dports/net/netatalk3/netatalk-3.1.12/etc/cnid_dbd/
H A Dcnid_metad.c115 #define DEFAULTPORT "4700" macro
506 port = DEFAULTPORT; in main()
/dports/benchmarks/netio/netio-1.33/
H A Dnetio.c157 #define DEFAULTPORT 0x494F /* "IO" */ macro
581 int nPort = DEFAULTPORT;
582 int nAuxPort = DEFAULTPORT + 1;

12