Searched refs:ad_timehost (Results 1 – 1 of 1) sorted by relevance
75 char *ad_timehost; /* remote host to sync with */ member150 ad->ad_timehost = NULL; in authdes_pk_seccreate()169 ad->ad_timehost = malloc(strlen(timehost) + 1); in authdes_pk_seccreate()170 if (ad->ad_timehost == NULL) { in authdes_pk_seccreate()174 (void) memcpy(ad->ad_timehost, timehost, strlen(timehost) + 1); in authdes_pk_seccreate()216 if (ad->ad_timehost) in authdes_pk_seccreate()217 free(ad->ad_timehost); in authdes_pk_seccreate()410 ad->ad_timehost, &(ad->ad_uaddr), in authdes_refresh()447 if (ad->ad_timehost) in authdes_destroy()448 free(ad->ad_timehost); in authdes_destroy()