Searched refs:DEFAULT_PORT (Results 1 – 8 of 8) sorted by relevance
44 #define DEFAULT_PORT 9999 macro84 if (!cs.connect(DEFAULT_PORT)) { in start()
19 #define DEFAULT_PORT 6703 macro182 int port = DEFAULT_PORT; in main()
42 public static final int DEFAULT_PORT = 5060; field
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()
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: