Searched refs:ad_timehost (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_des.c75 char *ad_timehost; /* remote host to sync with */ member in struct:ad_private
150 ad->ad_timehost = NULL;
169 ad->ad_timehost = malloc(strlen(timehost) + 1);
170 if (ad->ad_timehost == NULL) {
174 (void) memcpy(ad->ad_timehost, timehost, strlen(timehost) + 1);
216 if (ad->ad_timehost)
217 free(ad->ad_timehost);
410 ad->ad_timehost, &(ad->ad_uaddr),
447 if (ad->ad_timehost)
448 free(ad->ad_timehost);
[all...]

Completed in 15 milliseconds