Home
last modified time | relevance | path

Searched refs:recv_thread (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/hastd/
H A Dsecondary.c107 static void *recv_thread(void *arg);
503 error = pthread_create(&td, NULL, recv_thread, res); in hastd_secondary()
652 recv_thread(void *arg) in recv_thread() function
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c208 recv_thread(void *arg __unused) in recv_thread() function
707 error = pthread_create(&td, NULL, recv_thread, adhost); in adist_receiver()
H A Dsender.c583 recv_thread(void *arg __unused) in recv_thread() function
832 error = pthread_create(&td, NULL, recv_thread, NULL); in adist_sender()
/freebsd/sbin/ggate/ggatec/
H A Dggatec.c212 recv_thread(void *arg __unused) in recv_thread() function
445 error = pthread_create(&recvtd, NULL, recv_thread, NULL); in g_gatec_start()
/freebsd/sbin/ggate/ggated/
H A Dggated.c115 static void *recv_thread(void *arg);
648 error = pthread_create(&td, NULL, recv_thread, conn); in connection_launch()
693 recv_thread(void *arg) in recv_thread() function