Searched refs:send_record_rc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.h45 enum send_record_rc { enum
51 typedef enum send_record_rc send_record_rc_t;
H A Daudit_remote.c560 int send_record_rc = SEND_RECORD_FAIL; local
601 send_record_rc = send_record(current_host, input, in_len,
603 DPRINT((dfile, "send_record() returned %d - ", send_record_rc));
605 switch (send_record_rc) {
626 if (send_record_rc == SEND_RECORD_NEXT) {
679 } /* if (send_record_rc == SEND_RECORD_NEXT) */

Completed in 59 milliseconds