Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h333 int x11_create_display_inet(struct ssh *, int, int, int, u_int *, int **);
Dsession.c2595 if (x11_create_display_inet(ssh, options.x11_display_offset, in session_setup_x11fwd()
Dchannels.c4585 x11_create_display_inet(struct ssh *ssh, int x11_display_offset, function