Home
last modified time | relevance | path

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

/external/dropbear/
Dsvr-x11fwd.c56 chansess->x11authprot = buf_getstring(ses.payload, NULL); in x11req()
92 m_free(chansess->x11authprot); in x11req()
161 display, chansess->x11authprot, chansess->x11authcookie); in x11setauth()
170 m_free(chansess->x11authprot); in x11cleanup()
Dchansession.h57 char * x11authprot; member
Dsvr-chansession.c238 chansess->x11authprot = NULL; in newchansess()