Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c117 static char *x11_saved_proto = NULL; variable
813 if (proto_len != strlen(x11_saved_proto) || in x11_open_helper()
814 memcmp(ucp + 12, x11_saved_proto, proto_len) != 0) { in x11_open_helper()
2941 x11_saved_proto = xstrdup(proto); in x11_request_forwarding_with_spoofing()