HomeSort by: relevance | last modified time | path
    Searched refs:get_local_port (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
canohost.h 23 int get_local_port(int);
canohost.c 172 get_local_port(int sock) function
sshd.c 265 if ((lport = get_local_port(sockfd)) == 0 ||
634 laddr, get_local_port(sock),
packet.c 523 ssh->local_port = get_local_port(sock);
channels.c 1980 int local_port = c->sock == -1 ? 65536 : get_local_port(c->sock);
4010 *allocated_listen_port = get_local_port(sock);

Completed in 54 milliseconds