Home | History | Annotate | Download | only in tools

Lines Matching defs:port

50 DE_DECLARE_COMMAND_LINE_OPT(Port,			int);
86 << Option<Port> ("p", "port", "Select TCP port to use", "50016")
107 : port (0)
115 int port;
143 cmdLine.port = opts.getOption<opt::Port>();
408 link->start(cmdLine.serverBin.c_str(), DE_NULL, cmdLine.port);
423 address.setPort(cmdLine.port);