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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c107 static void recv_record();
845 * by the recv_record() function.
936 (void) pthread_create(&recv_tid, NULL, (void *(*)(void *))recv_record,
943 * recv_record() - the receiver thread routine
946 recv_record() function

Completed in 60 milliseconds