Searched refs:cached_port (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dcanohost.c39 static int cached_port = -1; variable
321 cached_port = -1;
421 if (cached_port == -1)
422 cached_port = get_port(0);
424 return cached_port;

Completed in 58 milliseconds