Home
last modified time | relevance | path

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

/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp166 char localRedirect[50]; in main() local
167 sprintf(localRedirect, "localhost:%" B_PRIu16 ":localhost:%" in main()
173 int result = execl("ssh", "-C", "-L", localRedirect, in main()