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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c564 close_rsn_t err_rsn = RSN_UNDEFINED; local
602 sequence, &err_rsn);
617 "rsn:%d\n", current_host->host->h_name, err_rsn));
622 "rsn:%d\n", current_host->host->h_name, err_rsn));
629 rsn_msg = rsn_to_msg(err_rsn);
681 err_rsn = RSN_UNDEFINED;
H A Dtransport.c241 * B_FALSE/B_TRUE on failure/success and sets the err_rsn accordingly to the
245 sock_prepare(int *sockfdptr, struct hostent *host, close_rsn_t *err_rsn) argument
273 *err_rsn = RSN_UNKNOWN_AF;
277 *err_rsn = RSN_SOCKET_CREATE;
284 *err_rsn = RSN_CONNECTION_CREATE;
723 uint64_t sequence, close_rsn_t *err_rsn)
746 *err_rsn = recv_closure_rsn;
779 if (!sock_prepare(&sockfd, current_host, err_rsn)) {
780 /* we believe the err_rsn set by sock_prepare() */
792 *err_rsn
722 send_record(struct hostlist_s *hostlptr, const char *input, size_t in_len, uint64_t sequence, close_rsn_t *err_rsn) argument
[all...]

Completed in 61 milliseconds