Home | History | Annotate | Download | only in openssh

Lines Matching full:fwd_desc

631 	char *fwd_desc = NULL;
656 (fwd_desc = format_forward(ftype, &fwd)));
723 if (!ask_permission("Open %s on %s?", fwd_desc, host)) {
737 logit("slave-requested %s failed", fwd_desc);
766 if (fwd_desc != NULL)
767 xfree(fwd_desc);
781 char *fwd_desc = NULL;
806 (fwd_desc = format_forward(ftype, &fwd)));
814 if (fwd_desc != NULL)
815 xfree(fwd_desc);
1543 char *e, *fwd_desc;
1546 fwd_desc = format_forward(ftype, fwd);
1547 debug("Requesting %s", fwd_desc);
1548 xfree(fwd_desc);