Searched refs:DEFAULT_PORT (Results 1 – 13 of 13) sorted by relevance
19 #define DEFAULT_PORT 6703 macro182 int port = DEFAULT_PORT; in main()
42 public static final int DEFAULT_PORT = 5060; field
63 DEFAULT_PORT = 8888 variable131 port=DEFAULT_PORT, export=False, editable=True,518 default=DEFAULT_PORT)
18 DEFAULT_PORT = 8003 variable153 default=DEFAULT_PORT,
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()
182 static const int DEFAULT_PORT = 5222; variable380 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: