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

  /src/crypto/external/bsd/openssh/dist/
channels.h 391 int permitopen_port(const char *);
misc.h 44 int permitopen_port(const char *p);
session.c 273 if (cp == NULL || (port = permitopen_port(cp)) < 0)
288 if (cp == NULL || (port = permitopen_port(cp)) < 0)
monitor_wrap.c 1271 if (arg == NULL || ((port = permitopen_port(arg)) < 0))
misc.c 2041 permitopen_port(const char *p) function
ssh.c 2051 if (arg == NULL || ((port = permitopen_port(arg)) < 0))
servconf.c 2642 ((port = permitopen_port(arg)) < 0)) {

Completed in 86 milliseconds