Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.c184 char *x11_saved_display; member
813 free(sc->x11_saved_display); in channel_free_all()
814 sc->x11_saved_display = NULL; in channel_free_all()
5288 if (sc->x11_saved_display == NULL) in x11_request_forwarding_with_spoofing()
5289 sc->x11_saved_display = xstrdup(disp); in x11_request_forwarding_with_spoofing()
5290 else if (strcmp(disp, sc->x11_saved_display) != 0) { in x11_request_forwarding_with_spoofing()