Searched refs:DEFAULT_PORT (Results 1 – 12 of 12) sorted by relevance
44 #define DEFAULT_PORT 9999 macro84 if (!cs.connect(DEFAULT_PORT)) { in start()
15 DEFAULT_PORT = 8003 variable38 default=DEFAULT_PORT,
19 #define DEFAULT_PORT 6703 macro182 int port = DEFAULT_PORT; in main()
42 public static final int DEFAULT_PORT = 5060; field
24 public static final int DEFAULT_PORT = 53; field in SimpleResolver57 address = new InetSocketAddress(addr, DEFAULT_PORT); in SimpleResolver()
220 port = SimpleResolver.DEFAULT_PORT; in newAXFR()276 port = SimpleResolver.DEFAULT_PORT; in newIXFR()
28 @port = options[ :port ] || DEFAULT_PORT276 @port = options.fetch( :port, DEFAULT_PORT )
173 static const int DEFAULT_PORT = 5222; variable334 port = DEFAULT_PORT; in main()
24 int port = SimpleResolver.DEFAULT_PORT; in main()
47 DEFAULT_PORT = 49100 constant
60 DEFAULT_PORT = 80 variable121 if ((not secure and port != DEFAULT_PORT) or
548 if options.server_port == client_for_testing.DEFAULT_PORT: