Lines Matching defs:ad_private
80 struct ad_private { struct
81 char *ad_fullname; /* client's full name */
82 u_int ad_fullnamelen; /* length of name, rounded up */
83 char *ad_servername; /* server's full name */
84 u_int ad_servernamelen; /* length of name, rounded up */
85 uint32_t ad_window; /* client specified window */
86 bool_t ad_dosync; /* synchronize? */
87 struct sockaddr ad_syncaddr; /* remote host to synch with */
88 struct rpc_timeval ad_timediff; /* server's time - client's time */
89 uint32_t ad_nickname; /* server's nickname for client */
90 struct authdes_cred ad_cred; /* storage for credential */
91 struct authdes_verf ad_verf; /* storage for verifier */
92 struct rpc_timeval ad_timestamp; /* timestamp sent */
93 des_block ad_xkey; /* encrypted conversation key */
94 u_char ad_pkey[1024]; /* Servers actual public key */