Lines Matching defs:ad_private
86 struct ad_private { struct
87 char *ad_fullname; /* client's full name */
88 u_int ad_fullnamelen; /* length of name, rounded up */
89 char *ad_servername; /* server's full name */
90 u_int ad_servernamelen; /* length of name, rounded up */
91 u_int ad_window; /* client specified window */
92 bool_t ad_dosync; /* synchronize? */
93 struct netbuf ad_syncaddr; /* remote host to synch with */
94 char *ad_timehost; /* remote host to synch with */
95 struct timeval ad_timediff; /* server's time - client's time */
96 u_int ad_nickname; /* server's nickname for client */
97 struct authdes_cred ad_cred; /* storage for credential */
98 struct authdes_verf ad_verf; /* storage for verifier */
99 struct timeval ad_timestamp; /* timestamp sent */
100 des_block ad_xkey; /* encrypted conversation key */
101 u_char ad_pkey[1024]; /* Server's actual public key */
102 char *ad_netid; /* Timehost netid */
103 char *ad_uaddr; /* Timehost uaddr */
104 nis_server *ad_nis_srvr; /* NIS+ server struct */