Home
last modified time | relevance | path

Searched refs:hostlptr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c722 send_record(struct hostlist_s *hostlptr, const char *input, size_t in_len, in send_record() argument
760 if (current_host != hostlptr->host) { in send_record()
761 DPRINT((dfile, "Set new host: %s\n", hostlptr->host->h_name)); in send_record()
767 current_host = (struct hostent *)hostlptr->host; in send_record()
768 current_mech_oid = &hostlptr->mech; in send_record()
769 current_port = hostlptr->port; in send_record()