Lines Matching defs:tac_handle
161 struct tac_handle { struct
162 int fd; /* Socket file descriptor */
163 struct tac_server servers[MAXSERVERS]; /* Servers to contact */
164 int num_servers; /* Number of valid server entries */
165 int cur_server; /* Server we are currently using */
166 int single_connect; /* Use a single connection */
167 int last_seq_no;
168 char errmsg[ERRSIZE]; /* Most recent error message */
170 struct tac_str user;
171 struct tac_str port;
172 struct tac_str rem_addr;
173 struct tac_str data;
174 struct tac_str user_msg;
175 struct tac_str avs[MAXAVPAIRS];
177 struct tac_msg request;
178 struct tac_msg response;
180 int srvr_pos; /* Scan position in response body */
181 unsigned int srvr_navs;
182 struct tac_str srvr_msg;
183 struct tac_str srvr_data;
184 struct tac_str srvr_avs[MAXAVPAIRS];