Searched defs:current_host (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c80 static struct hostlist_s *current_host; variable in typeref:struct:hostlist_s
363 current_host = hosts;
545 * - 1 tcp connection opened at a time, referenced by current_host->sockfd
546 * - tries to (open and) send a record to the current_host where its address
596 start_host = current_host;
599 current_host->host->h_name, attempts + 1, retries));
601 send_record_rc = send_record(current_host, input, in_len,
617 "rsn:%d\n", current_host->host->h_name, err_rsn));
622 "rsn:%d\n", current_host->host->h_name, err_rsn));
632 current_host
[all...]
H A Dtransport.c55 static struct hostent *current_host; variable in typeref:struct:hostent
312 (void) asprintf(&svc_name, "%s@%s", gss_svc_name, current_host->h_name);
760 if (current_host != hostlptr->host) {
767 current_host = (struct hostent *)hostlptr->host;
779 if (!sock_prepare(&sockfd, current_host, err_rsn)) {

Completed in 47 milliseconds