Home
last modified time | relevance | path

Searched refs:x11port (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/
Dsvr-x11fwd.c67 chansess->x11port = bindport(fd); in x11req()
68 if (chansess->x11port < 0) { in x11req()
141 chansess->x11port - X11BASEPORT, chansess->x11screennum); in x11setauth()
151 chansess->x11port - X11BASEPORT, chansess->x11screennum); in x11setauth()
Dchansession.h56 int x11port; member