Home | History | Annotate | Download | only in openssh

Lines Matching refs:chost

1657 	char *chost, *pkalg, *p;
1688 xasprintf(&chost, "%s.", p);
1689 debug2("userauth_hostbased: chost %s", chost);
1704 buffer_put_cstring(&b, chost);
1719 xfree(chost);
1730 packet_put_cstring(chost);
1735 xfree(chost);