Searched defs:clhost (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c236 char clhost[MAXHOSTNAMELEN] = {0}; local
288 if (!getclhoststr(client_name, clhost, sizeof (clhost))) {
299 if (strlcat(tmpf, clhost, sizeof (tmpf)) >= sizeof (tmpf)) {
366 whoami, tmpf, clhost));
368 clhost, NULL);

Completed in 57 milliseconds