Home
last modified time | relevance | path

Searched refs:selected_port (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/src/core/
Dserver.cc48 int selected_port; in RunGrpcServer() local
50 grpc::InsecureServerCredentials(), &selected_port); in RunGrpcServer()
70 return std::make_pair(nullptr, static_cast<uint32_t>(selected_port)); in RunGrpcServer()
74 std::to_string(selected_port).c_str()); in RunGrpcServer()
77 static_cast<uint32_t>(selected_port)); in RunGrpcServer()