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

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

Completed in 60 milliseconds