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

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c83 static struct hostlist_s *current_host; variable in typeref:struct:hostlist_s
617 * - 1 tcp connection opened at a time, referenced by current_host->sockfd
618 * - tries to (open and) send a record to the current_host where its address
667 current_host->host->h_name, attempts + 1, retries));
670 send_record_rc = send_record(current_host, input, in_len,
682 " rsn:%d\n", current_host->host->h_name, send_record_rc,
685 failed_host = current_host;
692 " rsn:%d\n", current_host->host->h_name, send_record_rc,
706 "attempt = %d", current_host->host->h_name,
707 ntohs(current_host
[all...]
H A Dtransport.c53 static struct hostent *current_host; variable in typeref:struct:hostent
310 (void) asprintf(&svc_name, "%s@%s", gss_svc_name, current_host->h_name);
757 if (current_host != hostlptr->host) {
764 current_host = (struct hostent *)hostlptr->host;
776 if (!sock_prepare(&sockfd, current_host, err_rsn)) {

Completed in 18 milliseconds