Searched refs:current_host (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/auditd_plugins/remote/ |
H A D | audit_remote.c | 80 static struct hostlist_s *current_host; variable 363 current_host = hosts; in parsehosts() 596 start_host = current_host; in auditd_plugin() 599 current_host->host->h_name, attempts + 1, retries)); in auditd_plugin() 601 send_record_rc = send_record(current_host, input, in_len, in auditd_plugin() 617 "rsn:%d\n", current_host->host->h_name, err_rsn)); in auditd_plugin() 622 "rsn:%d\n", current_host->host->h_name, err_rsn)); in auditd_plugin() 632 current_host->host->h_name, in auditd_plugin() 633 ntohs(current_host->port), rsn_msg); in auditd_plugin() 651 current_host = current_host->next_host; in auditd_plugin() [all …]
|
H A D | transport.c | 55 static struct hostent *current_host; variable 312 (void) asprintf(&svc_name, "%s@%s", gss_svc_name, current_host->h_name); in establish_context() 760 if (current_host != hostlptr->host) { in send_record() 767 current_host = (struct hostent *)hostlptr->host; in send_record() 779 if (!sock_prepare(&sockfd, current_host, err_rsn)) { in send_record()
|