Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDchannels.h287 int x11_create_display_inet(int, int, int, u_int *, int **);
HDssh_namespace.h566 #define x11_create_display_inet ssh_x11_create_display_inet macro
HDsession.c2687 if (x11_create_display_inet(options.x11_display_offset, in session_setup_x11fwd()
HDchannels.c3500 x11_create_display_inet(int x11_display_offset, int x11_use_localhost, function