Lines Matching full:privileged
185 * Creates a (possibly privileged) socket for use as the ssh connection.
188 ssh_create_socket(int privileged, struct addrinfo *ai)
194 * If we are running as root and want to connect to a privileged
195 * port, bind our own socket to a privileged port.
197 if (privileged) {
329 * a privileged port will be allocated to make the connection.