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

/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_handle.c66 struct netconfig *tpconf; local
80 tpconf = NULL;
98 tpconf = nconf;
102 if ((clnt == NULL) && (tpconf)) {
106 clnt = clnt_tp_create(hostname, GSSPROG, GSSVERS, tpconf);
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_handle.c60 struct netconfig *tpconf; local
75 tpconf = NULL;
97 tpconf = nconf;
101 if ((kwarn_clnt == NULL) && (tpconf)) {
106 tpconf);

Completed in 57 milliseconds