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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_des.c97 * timehost: optional hostname to sync with
103 const char *timehost, const des_block *ckey)
118 return (authdes_pk_seccreate(servername, &pkey, win, timehost,
130 const char *timehost, const des_block *ckey, nis_server *srvr)
168 if (timehost != NULL) {
169 ad->ad_timehost = malloc(strlen(timehost) + 1);
174 (void) memcpy(ad->ad_timehost, timehost, strlen(timehost) + 1);
102 authdes_seccreate(const char *servername, const uint_t win, const char *timehost, const des_block *ckey) argument
129 authdes_pk_seccreate(const char *servername, netobj *pkey, uint_t window, const char *timehost, const des_block *ckey, nis_server *srvr) argument

Completed in 16 milliseconds