Searched refs:send_thread (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sbin/ggate/ggatec/
H A Dggatec.c93 send_thread(void *arg __unused) function
408 send_thread(NULL);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c501 send_thread(void *arg __unused) function
711 (void)send_thread(adhost);
H A Dsender.c516 send_thread(void *arg __unused) function
830 error = pthread_create(&td, NULL, send_thread, NULL);
/freebsd-13-stable/sbin/ggate/ggated/
H A Dggated.c112 static void *send_thread(void *arg);
587 error = pthread_create(&td, NULL, send_thread, conn);
589 g_gate_xlog("pthread_create(send_thread): %s.",
783 send_thread(void *arg) function
/freebsd-13-stable/sbin/hastd/
H A Dsecondary.c112 static void *send_thread(void *arg);
510 (void)send_thread(res);
862 send_thread(void *arg) function

Completed in 59 milliseconds