Home
last modified time | relevance | path

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

/platform_testing/tools/automotive/proxy/
Dproxy.cpp76 void* handleConnection(int client_sock, int fwd_cid, int fwd_port) { in handleConnection() argument
90 fwd_addr.svm_port = fwd_port; in handleConnection()
140 int fwd_port = service.port; in setupRoute() local
162 std::thread t(handleConnection, client_sock, fwd_cid, fwd_port); in setupRoute()